PhaseCollocationOptions.GetAverageAccelerationDefect() Method

Top 

Description

Returns the average of the current acceleration defects across all collocation points.

 

Note: Dynamical error can still exist in the trajectory path after the collocation defects have been driven to zero. See the 'CollocationOptions.RefineNodes' method for more information.

 

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.

 

Method Signature

PhaseCollocationOptions.GetAverageAccelerationDefect(

)

 

 

Return Value

Type:

number

Units:

km/s^2

 

 

The acceleration defect average.

 

Syntax

myVariable1 = myPhaseCollocationOptions1.GetAverageAccelerationDefect();

 

 

See also

PhaseCollocationOptions Object