Spacecraft.OrbitNumber() Method

Top 

Description

Returns the number of times a Spacecraft has orbited the Earth (revolutions). It is incremented each time the spacecraft crosses the ascending node. For an orbit inclination close to zero degrees, the OrbitNumber is incremented based on the orbit period. In the case of backwards propagation, the OrbitNumber is decremented as above. The orbit number can be referenced from an initial value.

 

This method has been Deprecated. Please use the Spacecraft.OrbitNumberCumulative property instead.

 

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 method has a state. See the Methods and Properties with State page for more information.

 

Method Signature

Spacecraft.OrbitNumber(

)

 

 

Return Value

Type:

number

 

 

Returns the number of times a Spacecraft has orbited the Earth.

 

Syntax

myVariable1 = mySpacecraft1.OrbitNumber();

 

 

See also

Spacecraft Object

Spacecraft.OrbitNumber

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide