FigureOfMeritDefinitionAccessConstraint#

class ansys.stk.core.stkobjects.FigureOfMeritDefinitionAccessConstraint#

Bases: IFigureOfMeritDefinitionCompute, IFigureOfMeritDefinition

Access Constraint Figure of Merit.

Overview#

across_assets

Value of the constraint that is to be selected based on all currently available assets.

time_step

Get or set the value to be used during the sampling of the dynamic definition for use in the static definition.

constraint_name

Name of the access constraint as an enumeration. If the constraint is not in FigureOfMeritConstraintName then use Constraint instead.

constraint

Name of the access constraint.

Import detail#

from ansys.stk.core.stkobjects import FigureOfMeritDefinitionAccessConstraint

Property detail#

property FigureOfMeritDefinitionAccessConstraint.across_assets: FigureOfMeritAcrossAssets#

Value of the constraint that is to be selected based on all currently available assets.

property FigureOfMeritDefinitionAccessConstraint.time_step: float#

Get or set the value to be used during the sampling of the dynamic definition for use in the static definition.

property FigureOfMeritDefinitionAccessConstraint.constraint_name: FigureOfMeritConstraintName#

Name of the access constraint as an enumeration. If the constraint is not in FigureOfMeritConstraintName then use Constraint instead.

property FigureOfMeritDefinitionAccessConstraint.constraint: str#

Name of the access constraint.