RunCode#

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

IntEnum

Overview#

MARCHING

Marching - a segment has run successfully.

PROFILE_FAILURE

Profile Failure - a search profile failed to converge.

ERROR

Error - encountered an error.

STOPPED

Stopped - encountered a stop segment.

RETURNED

Returned - encountered a return segment.

CANCELLED

Cancelled - cancelled by user.

HIT_GLOBAL_STOP

Global Stop - hit a global stopping condition.

Import detail#

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