AsTriggerCondition#
- class ansys.stk.core.stkobjects.astrogator.AsTriggerCondition#
Bases:
IComponentInfo
,ICloneable
Constraint.
Overview#
Copy calculation object to clipboard. |
|
Replace calculation object with instance in clipboard. |
Get or set the criteria to be applied to the desired value. |
|
Get or set the calculation object to perform calculation to evaluate condition. |
|
Get or set the name of the calculation object to perform calculation to evaluate condition. |
|
Get or set the value to satisfy the condition. Dimension depends on CalcObject. |
|
How closely the test parameter must approximate the desired value for the constraint. Dimension depends on CalcObject. |
|
Whether or not to take the absolute value of the calculation. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import AsTriggerCondition
Property detail#
- property AsTriggerCondition.criteria: Criteria#
Get or set the criteria to be applied to the desired value.
- property AsTriggerCondition.calculation_object: IComponentInfo#
Get or set the calculation object to perform calculation to evaluate condition.
- property AsTriggerCondition.calculation_object_name: str#
Get or set the name of the calculation object to perform calculation to evaluate condition.
- property AsTriggerCondition.value: Any#
Get or set the value to satisfy the condition. Dimension depends on CalcObject.