TrajectoryPhase.ControlVectorMaximumLength Property

Top 

Description

The maximum length in km of the control vectors in the mission view. When the control model is producing less than the maximum possible thrust, the actual length of the visualized control vector will be scaled down proportionately to the ratio of actual thrust to maximum possible thrust.

 

You can set this property to zero to have FreeFlyer automatically scale the control vectors so that the maximum control vector length is about 1/8th the scale of the TrajectoryPhase itself in a central body-centric inertial frame.

 

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:

number

Access:

read/write

Units:

km

Default Value:

0

Valid Range:

TrajectoryPhase.ControlVectorMaximumLength ≥ 0

 

Syntax

myVariable1 = myTrajectoryPhase1.ControlVectorMaximumLength;

 

myTrajectoryPhase1.ControlVectorMaximumLength = myVariable1;

 

See also

TrajectoryPhase Object