TrajectoryPhase.NodeColorMode Property

Top 

Description

The method used to color the TrajectoryNodes when viewing the TrajectoryPhase.

 

If the 'Defect Error' or 'Dynamical Error' option is selected, the path coloring will use a gradient of red/orange/yellow/green. Red indicates defect/dynamical error, and green indicates defect/dynamical integrity.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Constant Color )

Valid Values:

Value

Label

0

Constant Color

1

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

2

Dynamical Error (color coded according to the dynamical error obtained by comparing to integration)

 

Syntax

myVariable1 = myTrajectoryPhase1.NodeColorMode;

 

myTrajectoryPhase1.NodeColorMode = myVariable1;

 

See also

TrajectoryPhase Object