Spacecraft.Elevation(CelestialObject) Method

Top 

Description

Returns the angle between the reference-to-target vector and the x-y plane of the reference object in the Spacecraft 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

Spacecraft.Elevation(

CelestialObject celestialObject)

 

 

Arguments

celestialObject


Description:

The target CelestialObject to be used in the elevation calculation.

 

 

 

Return Value

Type:

number

Units:

deg

 

 

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

 

Syntax

myVariable1 = mySpacecraft1.Elevation(myCelestialObject1);

 

 

See also

Spacecraft Object

Spacecraft.Elevation

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide