Criteria#

class ansys.stk.core.stkobjects.astrogator.Criteria#

IntEnum

Overview#

EQUALS

The test parameter must be equal (within the specified tolerance) to the specified value.

GREATER_THAN

The test parameter must be greater than the specified value.

GREATER_THAN_MINIMUM

The current value for the calculation object is greater by the specified tolerance than the minimum reached by that object during the segment.

LESS_THAN

The test parameter must be less than the specified value.

LESS_THAN_MAXIMUM

The current value for the calculation object is less by the specified tolerance than the maximum reached by that object during the segment.

NOT_EQUAL_TO

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