CelestialObject.Epoch Property

Top 

Description

Current date for the CelestialObject measured in International Atomic Time (TAI) in the Modified Julian Date format. The returned value has units of days, measured from January 5, 1941 at 12:00:00.000 TAI. When retrieving information about the state of a Celestial Object, the CelestialObject GetPositionAtEpoch, 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.

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

 

Attributes

Type:

number

Access:

read/write

Units:

day

Default Value:

"Undefined"

 

Syntax

myVariable1 = myCelestialObject1.Epoch;

 

myCelestialObject1.Epoch = myVariable1;

 

See also

CelestialObject Object

CelestialObjects Guide