IAttitudeControl#

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

Properties for attitude options for a maneuver segment.

Overview#

lead_duration

How long before the maneuver starts the maneuver attitude. Uses Time Dimension.

trail_duration

How long to maintain that attitude after the maneuver. Uses Time Dimension.

body_axis

Whether the engine acceleration (the direction opposite the engine’s exhaust) is aligned with positive or negative X, Y or Z body axis.

constraint_sign

Whether the Constraint Vector is positive or negative.

constraint_vector_name

Constraint Vector - the vector toward which this body vector is constrained.

custom_function

Get or set the attitude definition to use for other STK functions.

Import detail#

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

Property detail#

property IAttitudeControl.lead_duration: float#

How long before the maneuver starts the maneuver attitude. Uses Time Dimension.

property IAttitudeControl.trail_duration: float#

How long to maintain that attitude after the maneuver. Uses Time Dimension.

property IAttitudeControl.body_axis: BodyAxis#

Whether the engine acceleration (the direction opposite the engine’s exhaust) is aligned with positive or negative X, Y or Z body axis.

property IAttitudeControl.constraint_sign: ConstraintSign#

Whether the Constraint Vector is positive or negative.

property IAttitudeControl.constraint_vector_name: str#

Constraint Vector - the vector toward which this body vector is constrained.

property IAttitudeControl.custom_function: CustomFunction#

Get or set the attitude definition to use for other STK functions.