AttitudeProfileAlignedAndConstrained#

class ansys.stk.core.stkobjects.AttitudeProfileAlignedAndConstrained#

Bases: IVehicleAttitudeProfile

Aligned and Constrained attitude profile.

Overview#

aligned_vector

Get the aligned vector pair. Vectors dependent on the satellite’s body axes are invalid for this attitude profile; all other vectors are valid choices.

constrained_vector

Get the constrained vector pair. Vectors dependent on the satellite’s body axes are invalid for this attitude profile; all other vectors are valid choices.

displayed_aligned_vector_type

Aligned vector type displayed on GUI.

displayed_constrained_vector_type

Constrained vector type displayed on GUI.

Import detail#

from ansys.stk.core.stkobjects import AttitudeProfileAlignedAndConstrained

Property detail#

property AttitudeProfileAlignedAndConstrained.aligned_vector: VehicleVector#

Get the aligned vector pair. Vectors dependent on the satellite’s body axes are invalid for this attitude profile; all other vectors are valid choices.

property AttitudeProfileAlignedAndConstrained.constrained_vector: VehicleVector#

Get the constrained vector pair. Vectors dependent on the satellite’s body axes are invalid for this attitude profile; all other vectors are valid choices.

property AttitudeProfileAlignedAndConstrained.displayed_aligned_vector_type: DirectionType#

Aligned vector type displayed on GUI.

property AttitudeProfileAlignedAndConstrained.displayed_constrained_vector_type: DirectionType#

Constrained vector type displayed on GUI.