CelestialObject.GetBodyRotationAngleInertial(Variable) Method

Top 

Description

Returns the angular difference between the ICRF X axis and the body fixed reference frame X axis in the ICRF XY plane.

 

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.GetBodyRotationAngleInertial(

Variable epoch)

 

 

Arguments

epoch


Description:

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

 

 

 

Return Value

Type:

number

Units:

deg

 

 

Returns the body rotation angle referenced from the ICRF X axis.

 

Syntax

myVariable1 = myCelestialObject1.GetBodyRotationAngleInertial(myVariable2);

 

 

See also

CelestialObject Object

CelestialObjects Guide