TrajectoryPhase.ControlVectorColorMode Property

Top 

Description

The method used to color the TrajectoryPhase control vectors when viewing the TrajectoryPhase. If the 'Collocation Defect Error' or 'Dynamical Error' option is selected, the path coloring will use a gradient of red/orange/yellow/green. Red indicates collocation defect/dynamical error, and green indicates collocation defect/dynamical integrity.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Constant Color )

Valid Values:

Value

Label

0

Constant Color

1

Collocation Defect Error (color coded according to the collocation defect error)

2

Dynamical Error (color coded according to the dynamical error)

 

Syntax

myVariable1 = myTrajectoryPhase1.ControlVectorColorMode;

 

myTrajectoryPhase1.ControlVectorColorMode = myVariable1;

 

See also

TrajectoryPhase Object