TrajectoryPhase.GetAverageVelocityDefect() Method

Top 

Description

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

 

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

 

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

TrajectoryPhase.GetAverageVelocityDefect(

)

 

 

Return Value

Type:

number

 

 

The velocity defect average.

 

Syntax

myVariable1 = myTrajectoryPhase1.GetAverageVelocityDefect();

 

 

See also

TrajectoryPhase Object