Spacecraft.OrbitNumberResetLongitude Property

Top 

Description

The Spacecraft.OrbitNumberDaily property will reset to 1 if the Spacecraft's longitude of the ascending node crosses this boundary in either direction (i.e. from East to West or from West to East). If the OrbitNumberResetLongitude is changed, the RefreshDailyOrbitNumber() method must be called before the OrbitNumberDaily property will update. Note, you must enable orbit number calculations before propagating this Spacecraft by setting Spacecraft.OrbitNumberCalculationEnabled = 1.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

20

Valid Range:

0 ≤ Spacecraft.OrbitNumberResetLongitude ≤ 360

 

Syntax

myVariable1 = mySpacecraft1.OrbitNumberResetLongitude;

 

mySpacecraft1.OrbitNumberResetLongitude = myVariable1;

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide