ProfilesFinish#

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

IntEnum

Overview#

RUN_TO_RETURN_AND_CONTINUE

Run To Return And Continue - run to the first Return segment in the sequence, then pass control to the next segment after this target sequence. Often, the only Return is at the end of the target sequence.

RUN_TO_RETURN_AND_STOP

Run To Return And Stop - run the target sequence to the first Return segment, and then stop running the MCS altogether.

STOP

Stop - stop the MCS as soon as the target sequence has converged.

Import detail#

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