Spacecraft.OrbitPeriapsis(CelestialObject) Method

Top 

Description

Returns the point in the orbit where the Spacecraft is at its closest approach to the specified celestialObject.

 

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

CelestialObject celestialObject)

 

 

Arguments

celestialObject


Description:

The celestial object to use when looking for periapsis.

 

 

 

Return Value

Type:

number

Units:

km

 

 

Returns the point in the orbit where the Spacecraft is at its closest approach to a Planet, Moon, or CelestialObject.

 

Syntax

Step mySpacecraft1 to ( mySpacecraft1.OrbitPeriapsis(myCelestialObject1));

 

 

Example 1

 

 

See also

Spacecraft Object

Spacecraft.OrbitPeriapsis

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide