Criterion#

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

IntEnum

Overview#

CROSS_DECREASING

The Cross Decreasing criterion - the stopping condition is satisfied when the parameter reaches a value equal to the trip value while decreasing.

CROSS_EITHER

The Cross Either criterion - the stopping condition is satisfied when either of the above situations occurs.

CROSS_INCREASING

The Cross Increasing criterion - the stopping condition is satisfied when the parameter reaches a value equal to the trip value while increasing.

Import detail#

from ansys.stk.core.stkobjects.astrogator import Criterion