IAttitudeControl#
- class ansys.stk.core.stkobjects.astrogator.IAttitudeControl#
Properties for attitude options for a maneuver segment.
Overview#
How long before the maneuver starts the maneuver attitude. Uses Time Dimension. |
|
How long to maintain that attitude after the maneuver. Uses Time Dimension. |
|
Whether the engine acceleration (the direction opposite the engineβs exhaust) is aligned with positive or negative X, Y or Z body axis. |
|
Whether the Constraint Vector is positive or negative. |
|
Constraint Vector - the vector toward which this body vector is constrained. |
|
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.