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.

ITERATE_ACTIVE

Iterate/Active - this combined mode option is for use with the MCS level Set All Profile Modes action in place of the individual Iterate and Active options.

Import detail#

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