CelestialObject.GetSpinRateAtEpoch(TimeSpan) 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 nanosecond timing precision mode.

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

 

Method Signature

CelestialObject.GetSpinRateAtEpoch(

TimeSpan 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(myTimeSpan1);

 

 

See also

CelestialObject Object

CelestialObjects Guide