AttitudeProfileSpinning#
- class ansys.stk.core.stkobjects.AttitudeProfileSpinning#
Bases:
IVehicleAttitudeProfile
Spinning attitude profile.
Overview#
Get the spin axis in the body frame. |
|
Get the spin axis in the inertial frame. |
|
Spin rate: specified in revolutions per minute; positive values indicate rotation in a right-handed sense with respect to the spin axis. Uses AngleRate Dimension. |
|
Initial spin offset: an angular measure of the difference between the satellite orientation at the offset epoch from the orientation achieved by orienting the spin axis. Uses Angle Dimension. |
|
Epoch of the offset. |
Import detail#
from ansys.stk.core.stkobjects import AttitudeProfileSpinning
Property detail#
- property AttitudeProfileSpinning.body: IDirection#
Get the spin axis in the body frame.
- property AttitudeProfileSpinning.inertial: IDirection#
Get the spin axis in the inertial frame.
- property AttitudeProfileSpinning.rate: float#
Spin rate: specified in revolutions per minute; positive values indicate rotation in a right-handed sense with respect to the spin axis. Uses AngleRate Dimension.
- property AttitudeProfileSpinning.offset: float#
Initial spin offset: an angular measure of the difference between the satellite orientation at the offset epoch from the orientation achieved by orienting the spin axis. Uses Angle Dimension.
- property AttitudeProfileSpinning.smart_epoch: ITimeToolInstantSmartEpoch#
Epoch of the offset.