AttitudeProfileFixedInAxes#

class ansys.stk.core.stkobjects.AttitudeProfileFixedInAxes#

Bases: IVehicleAttitudeProfile

Fixed in Axes attitude profile: maintains a constant orientation of the body-fixed axes with respect to the specified reference axes, using the selected coordinate type.

Overview#

orientation

Get the orientation of the body-fixed axes.

reference_axes

Reference axes with respect to which the body-fixed axes are oriented. The satellite’s body axes or any axes dependent upon the satellite’s body axes are invalid for this attitude profile; all other axes are valid choices for the reference axes.

available_reference_axes

Return the available reference axes.

Import detail#

from ansys.stk.core.stkobjects import AttitudeProfileFixedInAxes

Property detail#

property AttitudeProfileFixedInAxes.orientation: IOrientation#

Get the orientation of the body-fixed axes.

property AttitudeProfileFixedInAxes.reference_axes: str#

Reference axes with respect to which the body-fixed axes are oriented. The satellite’s body axes or any axes dependent upon the satellite’s body axes are invalid for this attitude profile; all other axes are valid choices for the reference axes.

property AttitudeProfileFixedInAxes.available_reference_axes: list#

Return the available reference axes.