Integrator.CalculateSTM Property

Top 

Description

Flag indicating whether or not to calculate the state transition matrix at each integration step as part of the state integration. If the PropagateCovariance flag is set to TRUE on the SpacecraftODProperties object or if the Spacecraft is in an estimation process, the STM is always calculated. If the Spacecraft.Propagator is not an Integrator type then this property is ignored.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myIntegrator1.CalculateSTM;

 

myIntegrator1.CalculateSTM = myVariable1;

 

See also

Integrator Object

Spacecraft Propagators

Setting up an Integrator