Criterion#
- class ansys.stk.core.stkobjects.astrogator.Criterion#
IntEnum
Overview#
|
The Cross Decreasing criterion - the stopping condition is satisfied when the parameter reaches a value equal to the trip value while decreasing. |
|
The Cross Either criterion - the stopping condition is satisfied when either of the above situations occurs. |
|
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