AttitudeProfileSpinning#

class ansys.stk.core.stkobjects.AttitudeProfileSpinning#

Bases: IVehicleAttitudeProfile

Spinning attitude profile.

Overview#

body

Get the spin axis in the body frame.

inertial

Get the spin axis in the inertial frame.

rate

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.

offset

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.

smart_epoch

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.