Spacecraft.RayPathHeight(GroundStation, CelestialObject) Method

Top 

Description

This method calculates the planeto-detic height of the Line-of-Sight vector above the limb of the celestial object provided as an argument.

 

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

GroundStation viewingGroundStation,


CelestialObject inteferingCelestialObject)

 

 

Arguments

viewingGroundStation


Description:

The viewing Ground Station; the Line-of-Sight vector will be calculated between this Ground Station and the calling Spacecraft.

 

 

inteferingCelestialObject


Description:

The Celestial Object for which the Ray Path Height is to be calculated.

 

 

 

Return Value

Type:

number

Units:

km

 

 

Returns the planeto-detic height of the Line-of-Sight vector above the limb of the interfering body.

 

Syntax

myVariable1 = mySpacecraft1.RayPathHeight(myGroundStation1, myCelestialObject1);

 

 

See also

Spacecraft Object

Spacecraft.RayPathHeight

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide