PhaseCollocationOptions.GetAverageAccelerationDefect() Method (deprecated)

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.

 

This method has been deprecated as of FreeFlyer version 7.10. Please use TrajectoryPhase.GetAverageVelocityDefect instead.

 

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.

 

Method Signature

PhaseCollocationOptions.GetAverageAccelerationDefect(

)

 

 

Return Value

Type:

number

Units:

km/s^2

 

 

The acceleration defect average.

 

Syntax

myVariable1 = myPhaseCollocationOptions1.GetAverageAccelerationDefect();

 

 

See also

PhaseCollocationOptions Object