Spacecraft.OrbitNumberCalculationsEnabled Property

Top 

Description

This property enables calculations that are required in order to compute the Spacecraft's orbit number. Enable this property at the beginning of your propagation if you plan to report the Spacecraft's orbit number in this Mission Plan. If this property is disabled, an error will be reported if any of the Spacecraft's orbit number properties are accessed. Orbit number calculations incur an overhead for every propagation step, and therefore should be disabled unless needed.

 

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.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = mySpacecraft1.OrbitNumberCalculationsEnabled;

 

mySpacecraft1.OrbitNumberCalculationsEnabled = myVariable1;

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide