GroundVehicle.Range(GroundStation) Method

Top 

Description

Returns the distance between the calling GroundVehicle and gs.

 

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

GroundVehicle.Range(

GroundStation gs)

 

 

Arguments

gs


Description:

GroundStation to use in the calculation of range from the calling Vehicle

 

 

 

Return Value

Type:

number

Units:

km

 

 

Returns the distance between two Vehicles, a Vehicle and a GroundStation, or a Vehicle and a CelestialObject.

 

Syntax

myVariable1 = myGroundVehicle1.Range(myGroundStation1);

 

 

See also

GroundVehicle Object

GroundVehicle.Range