CelestialObject.VZ Property

Top 

Description

This property has been Deprecated. Please use the CelestialObject.GetVelocityAtEpoch or SetState method instead.

 

Z-component of the CelestialObject's velocity vector referenced to the ICRF. When retrieving information about the state of a Celestial Object, the CelestialObject GetVelocityAtEpoch or GetPosVelAtEpoch methods should be used instead of attempting to access 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.

 

Attributes

Type:

number

Access:

read/write

Units:

km/s

Default Value:

-4.27317

 

Syntax

myVariable1 = myCelestialObject1.VZ;

 

myCelestialObject1.VZ = myVariable1;

 

See also

CelestialObject Object

CelestialObjects Guide