Spacecraft.RangeRate(GroundStation) Method

Top 

Description

Returns the time rate of change of the calling Spacecraft's range from referenceObjectGroundStation.

 

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.

 

Method Signature

Spacecraft.RangeRate(

GroundStation referenceObjectGroundStation)

 

 

Arguments

referenceObjectGroundStation


Description:

GroundStation to use in the calculation of range rate from the calling Spacecraft

 

 

 

Return Value

Type:

number

Units:

km/s

 

 

Returns the time rate of change of a Spacecraft's range from either a GroundStation or another Spacecraft.

 

Syntax

myVariable1 = mySpacecraft1.RangeRate(myGroundStation1);

 

 

See also

Spacecraft Object

Spacecraft.RangeRate

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide