Spacecraft.OrbitApoapsis(String) Method

Top 

Description

Returns the point in the orbit where the Spacecraft is at its furthest distance from the celestial body represented by referenceBodyName.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Note: This is a Stop-Propagation method. See the Stop-Propagation Properties and Methods page for more information.

Note: This method has a state. See the Methods and Properties with State page for more information.

 

Method Signature

Spacecraft.OrbitApoapsis(

String referenceBodyName)

 

 

Arguments

referenceBodyName


Description:

A String containing the name of the celestial object to use when looking for apoapsis.

 

 

 

Return Value

Type:

number

Units:

km

 

 

Returns the point in the orbit where the Spacecraft is at its furthest distance from a Planet, Moon, or CelestialObject.

 

Syntax

Step mySpacecraft1 to ( mySpacecraft1.OrbitApoapsis(myString1));

 

 

Example 1

 

 

See also

Spacecraft Object

Spacecraft.OrbitApoapsis

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide