AccessConstraintAnalysisWorkbench ================================= .. py:class:: ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbench Bases: :py:class:`~ansys.stk.core.stkobjects.IAccessConstraint` Class related to Analysis Workbench constraints. .. py:currentmodule:: AccessConstraintAnalysisWorkbench Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbench.enable_minimum` - Enable the Min property. * - :py:attr:`~ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbench.enable_maximum` - Enable the Max property. * - :py:attr:`~ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbench.minimum` - Min value for the access constraint. * - :py:attr:`~ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbench.maximum` - Max value for the access constraint. * - :py:attr:`~ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbench.reference` - Reference value for the access constraint. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AccessConstraintAnalysisWorkbench Property detail --------------- .. py:property:: enable_minimum :canonical: ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbench.enable_minimum :type: bool Enable the Min property. .. py:property:: enable_maximum :canonical: ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbench.enable_maximum :type: bool Enable the Max property. .. py:property:: minimum :canonical: ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbench.minimum :type: typing.Any Min value for the access constraint. .. py:property:: maximum :canonical: ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbench.maximum :type: typing.Any Max value for the access constraint. .. py:property:: reference :canonical: ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbench.reference :type: str Reference value for the access constraint.