CelestialObject.GetSpinRateAtEpoch(Variable) Method

Top 

Description

Returns the instantaneous spin rate about the angular velocity vector. Note that a positive spin rate indicates a counter-clockwise rotation as viewed from the z-axis of the ICRF; a negative spin rate indicates a clockwise rotation as viewed from the z-axis of the ICRF, eg. for Venus.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

CelestialObject.GetSpinRateAtEpoch(

Variable epoch)

 

 

Arguments

epoch


Description:

The epoch at which the CelestialObject's state is evaluated.

 

 

 

Return Value

Type:

number

Units:

deg/s

 

 

Returns the spin rate.

 

Syntax

myVariable1 = myCelestialObject1.GetSpinRateAtEpoch(myVariable2);

 

 

See also

CelestialObject Object

CelestialObjects Guide