TrajectoryPhase.GetDefectValues() Method

Top 

Description

Returns a Matrix of the current values of the defects. Each row corresponds to a defect point of the phase and each columns correspond to a state element of the phase (position, velocity, mass).

 

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.GetDefectValues(

)

 

 

Return Value

Type:

Matrix of number

 

 

The defect matrix.

 

Syntax

myMatrix1 = myTrajectoryPhase1.GetDefectValues();

 

 

See also

TrajectoryPhase Object