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 MJ2000 Earth Equator frame; a negative spin rate indicates a clockwise rotation as viewed from the z-axis of the MJ2000 Earth Equator frame, eg. for Venus.

 

Timing Precision Mode

This page describes functionality in millisecond 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