CelestialObject.VY Property

Top 

Description

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

 

Y-component of the CelestialObject's velocity vector referenced to the Mean of J2000 Earth-Equator Coordinate frame. 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.

 

Attributes

Type:

number

Access:

read/write

Units:

km/s

Default Value:

-6.39538

 

Syntax

myVariable1 = myCelestialObject1.VY;

 

myCelestialObject1.VY = myVariable1;

 

See also

CelestialObject Object

CelestialObjects Guide