GroundStation.ElevationR(Spacecraft) Method |
Top |
DescriptionReturns 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. 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
Arguments
Return Value
Returns the elevation angle of the argument as seen from the reference object.
Syntax
See also Coverage and Contact Analysis Guide
|