CelestialObject.Range Method

Top 

Description

Returns the distance between the calling CelestialObject and the specified target object.

 

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.Range(Vehicle targetVehicle)

Variable

Returns the distance from the center of the calling CelestialObject to the center of the targetVehicle at the targetVehicle's epoch.

CelestialObject.Range(CelestialObject targetCelestialObject, Variable epoch)

Variable

Returns the distance from the center of the calling CelestialObject to the center of the targetCelestialObject at the specified epoch.

CelestialObject.Range(GroundStation targetGroundStation, Variable epoch)

Variable

Returns the distance from the center of the calling CelestialObject to the center of the targetGroundStation at the specified Epoch.

CelestialObject.Range(Variable targetCelestialObjectBodyID, Variable epoch)

Variable

Returns the distance from the center of the calling CelestialObject to the center of the CelestialObject whose BodyID is targetCelestialObjectBodyID at the specified epoch.

 

 

See also

CelestialObject Object

CelestialObjects Guide