Vehicle.AttitudeRefFrame Property

Top 

Description

This is the Vehicle's attitude reference frame. It is necessary to define the AttitudeRefFrame property of the Vehicle prior to defining the attitude system properties.

 

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.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"MJ2000" ( MJ2000: Deprecated (Same As ICRF) )

Valid Values:

Value

Label

"ICRF"

ICRF

"MJ2000"

MJ2000: Deprecated (Same As ICRF)

 

Syntax

myString1 = myVehicle1.AttitudeRefFrame;

 

myVehicle1.AttitudeRefFrame = myString1;

 

See also

Vehicle Object