CelestialObject.SetOrientation(Array, Variable) Method

Top 

Description

Sets the orientation of the CelestialObject's body fixed frame referenced from the ICRF.

 

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

Array quaternion,


Variable spinRate)

 

 

Arguments

quaternion


Description:

Four-element Array containing the Quaternion that specifies the orientation of the CelestialObject.

Required Size:

4

 

 

spinRate


Description:

spin rate for celestial object

Units:

deg/s

Valid Range:

spinRate ≥ 0

 

 

 

Syntax

myCelestialObject1.SetOrientation(myArray1, myVariable1);

 

 

See also

CelestialObject Object

CelestialObject.SetOrientation

CelestialObjects Guide