AttitudeProfileSpinAboutSettings#

class ansys.stk.core.stkobjects.AttitudeProfileSpinAboutSettings#

Bases: IVehicleAttitudeProfile

Shared for Spin About Nadir and Spin About Sun Vector profile parameters.

Overview#

rate

Get or set the spin rate in revolutions per minute; positive values indicate rotation in a right-handed sense with respect to the spin axis. Uses AngleRate Dimension.

offset

Get or set the initial spin offset as an angular measure of the difference between the satellite orientation at the offset epoch and 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 AttitudeProfileSpinAboutSettings

Property detail#

property AttitudeProfileSpinAboutSettings.rate: float#

Get or set the spin rate in revolutions per minute; positive values indicate rotation in a right-handed sense with respect to the spin axis. Uses AngleRate Dimension.

property AttitudeProfileSpinAboutSettings.offset: float#

Get or set the initial spin offset as an angular measure of the difference between the satellite orientation at the offset epoch and the orientation achieved by orienting the spin axis. Uses Angle Dimension.

property AttitudeProfileSpinAboutSettings.smart_epoch: ITimeToolInstantSmartEpoch#

Epoch of the offset.