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 millisecond timing precision mode.

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

 

Attributes

Type:

string

Access:

read/write

Default Value:

"MJ2000" ( Mean of J2000 Earth Equator )

Valid Values:

Value

Label

"MJ2000"

Mean of J2000 Earth Equator

 

Syntax

myString1 = myVehicle1.AttitudeRefFrame;

 

myVehicle1.AttitudeRefFrame = myString1;

 

See also

Vehicle Object