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 nanosecond timing precision mode.

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

 

Method Signature

TrajectoryPhase.GetAverageVelocityDefect(

)

 

 

Return Value

Type:

number

 

 

The velocity defect average.

 

Syntax

myVariable1 = myTrajectoryPhase1.GetAverageVelocityDefect();

 

 

See also

TrajectoryPhase Object