SpacecraftODProperties.PropagateCovariance Property

Top 

Description

A flag indicating whether or not to propagate the Spacecraft covariance with each Step command separate from any Orbit Determination process. As a note, if the Spacecraft has been added to any Orbit Determination process, the Orbit Determination process will take precedence and this flag will be ignored. The StepOD() method associated with all the Sequential Filters also performs covariance propagation within an Orbit Determination process.

 

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 = mySpacecraftODProperties1.PropagateCovariance;

 

mySpacecraftODProperties1.PropagateCovariance = myVariable1;

 

See also

SpacecraftODProperties Object

Orbit Determination Guide