GroundStation.ElevationR(Spacecraft) Method

Top 

Description

Returns the elevation angle of the argument as seen from the reference object. The elevation is calculated as the angle between the GroundStation-to-spacecraft vector and the GroundStation's local horizontal plane, which is tangent to the central body's reference ellipsoid. The Earth uses the WGS 84 (World Geodetic System 1984) reference ellipsoid.

 

The ElevationR method will account for refraction if refraction modeling is turned on using the GroundStation.RefractionModelType property; otherwise the values returned by the ElevationR method will equal those returned by the Elevation method.

 

To access additional refraction models, visibility methods, and observer/target object types, use the VisibilityCalculator and VisibilitySegment objects.

 

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.

 

Method Signature

GroundStation.ElevationR(

Spacecraft spacecraft)

 

 

Arguments

spacecraft


Description:

Spacecraft to use in the calculation of elevation from the calling GroundStation.

 

 

 

Return Value

Type:

number

Units:

deg

 

 

Returns the elevation angle of the argument as seen from the reference object.

 

Syntax

myVariable1 = myGroundStation1.ElevationR(mySpacecraft1);

 

 

See also

GroundStation Object

Coverage and Contact Analysis Guide

GroundStations Guide