GroundStation.Elevation(CelestialObject, Variable) Method

Top 

Description

Returns the angle between the reference-to-target vector and the x-y plane of the reference object in the GroundStation body frame.

 

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.Elevation(

CelestialObject celestialObject,


Variable epoch)

 

 

Arguments

celestialObject


Description:

The target CelestialObject to be used in the elevation calculation.

 

 

epoch


Description:

The epoch at which to evaluate the elevation value.

 

 

 

Return Value

Type:

number

Units:

deg

 

 

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

 

Syntax

myVariable1 = myGroundStation1.Elevation(myCelestialObject1, myVariable2);

 

 

See also

GroundStation Object

GroundStation.Elevation

Coverage and Contact Analysis Guide

GroundStations Guide