GroundVehicle.AttitudeRefFrame Property

Top 

Description

This is the GroundVehicle's attitude reference frame. It is necessary to define the AttitudeRefFrame property of the GroundVehicle 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:

"VLT" ( VLT - Velocity-Local Tangent )

Valid Values:

Value

Label

"MJ2000"

Mean of J2000 Earth Equator

"VLT"

VLT - Velocity-Local Tangent

"ENU"

Topocentric East-North-Up

 

Syntax

myString1 = myGroundVehicle1.AttitudeRefFrame;

 

myGroundVehicle1.AttitudeRefFrame = myString1;

 

See also

GroundVehicle Object