CelestialObject.SetKeplerianState Method

Top 

Description

Sets the Keplerian state of the CelestialObject, referenced from the CentralBody. This requires that the CelestialObject uses a TwoBody propagator, and will error if other propagators are used.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

CelestialObject.SetKeplerianState(Variable epoch, Array state)

None

Sets the Keplerian state of the CelestialObject in the MJ2000 Earth Equator frame, referenced from the CentralBody. This requires that the CelestialObject uses a TwoBody propagator, and will error if other propagators are used.

CelestialObject.SetKeplerianState(Variable epoch, Array state, Variable referenceFrame)

None

Sets the Keplerian state of the CelestialObject in the specified frame, referenced from the CentralBody. This requires that the CelestialObject uses a TwoBody propagator, and will error if other propagators are used.

 

 

See also

CelestialObject Object

CelestialObjects Guide