ProfileMode#

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

IntEnum

Overview#

ITERATE

Iterate - the Target Sequence will run the profile as it is configured in an attempt to attain the desired solution.

NOT_ACTIVE

Not Active - the Target Sequence will ignore the profile when running.

RUN_ONCE

Run Once - the Target Sequence will run the profile once according to its current configuration.

ACTIVE

Active - the Target Sequence will apply the change that the profile passes when running.

Import detail#

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