Criteria#
- class ansys.stk.core.stkobjects.astrogator.Criteria#
IntEnum
Overview#
|
The test parameter must be equal (within the specified tolerance) to the specified value. |
|
The test parameter must be greater than the specified value. |
|
The current value for the calculation object is greater by the specified tolerance than the minimum reached by that object during the segment. |
|
The test parameter must be less than the specified value. |
|
The current value for the calculation object is less by the specified tolerance than the maximum reached by that object during the segment. |
|
The test parameter must be not equal (within the specified tolerance) to the specified value. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import Criteria