GroundStation.RangeRate(Spacecraft) Method

Top 

Description

Returns the time rate of change of referenceObjectSpacecraft's range from the calling GroundStation.

 

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

GroundStation.RangeRate(

Spacecraft referenceObjectSpacecraft)

 

 

Arguments

referenceObjectSpacecraft


Description:

Spacecraft 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 = myGroundStation1.RangeRate(mySpacecraft1);

 

 

See also

GroundStation Object

Coverage and Contact Analysis Guide

GroundStations Guide