Description
Returns the X, Y, Z, VX, VY and VZ components of the current state of the Spacecraft, referenced from the CentralBody.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Overload List
Signatures
|
Return Value
|
Description
|
Spacecraft.GetCartesianState()
|
Array
|
Returns the X, Y, Z, VX, VY and VZ components of the current state of the Spacecraft in the ICRF, referenced from the CentralBody. The reference frame will be evaluated at the Spacecraft's epoch.
|
Spacecraft.GetCartesianState(Variable referenceFrame)
|
Array
|
Returns the X, Y, Z, VX, VY and VZ components of the current state of the Spacecraft in the specified frame, referenced from the CentralBody. The reference frame will be evaluated at the Spacecraft's epoch.
|
Spacecraft.GetCartesianState(Variable referenceFrame, TimeSpan frameEpoch)
|
Array
|
Returns the X, Y, Z, VX, VY and VZ components of the current state of the Spacecraft in the specified frame, referenced from the CentralBody. The reference frame will be evaluated at the specified frameEpoch.
|
See also
Spacecraft Object
Spacecraft Propagation Guide
Coverage and Contact Analysis Guide
|