GroundVehicle.PositionStateType Property

Top 

Description

Determines which element set defines the GroundVehicle state. The chosen element set will determine the properties that are written to an external file when using the Put Command. A FreeFlyer ephemeris always contains Cartesian elements despite the value of this property.

 

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.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"SphericalLatLongHeight" ( Spherical - (Latitude,Longitude,Height) )

Valid Values:

Value

Label

"Cartesian"

Cartesian

"SphericalLatLongHeight"

Spherical - (Latitude,Longitude,Height)

 

Syntax

myString1 = myGroundVehicle1.PositionStateType;

 

myGroundVehicle1.PositionStateType = myString1;

 

See also

GroundVehicle Object