Description
Returns the X, Y, Z, VX, VY and VZ components of the state of the CelestialObject at the specified epoch, referenced from the CentralBody.
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.
Overload List
Signatures
|
Return Value
|
Description
|
CelestialObject.GetCartesianStateAtEpoch(Variable epoch)
|
Array
|
Returns the X, Y, Z, VX, VY and VZ components of the state of the CelestialObject at the specified epoch in the ICRF, referenced from the CentralBody. The reference frame will be evaluated at the specified epoch.
|
CelestialObject.GetCartesianStateAtEpoch(Variable epoch, Variable referenceFrame)
|
Array
|
Returns the X, Y, Z, VX, VY and VZ components of the state of the CelestialObject at the specified epoch in the specified frame, referenced from the CentralBody. The reference frame will be evaluated at the specified epoch.
|
CelestialObject.GetCartesianStateAtEpoch(Variable epoch, Variable referenceFrame, Variable frameEpoch)
|
Array
|
Returns the X, Y, Z, VX, VY and VZ components of the state of the CelestialObject at the specified epoch in the specified frame, referenced from the CentralBody. The reference frame will be evaluated at the specified frameEpoch.
|
See also
CelestialObject Object
CelestialObjects Guide
|