ViewWindow.SetTrajectoryPhaseControlVectorMaximumLength(Variable, Variable) Method

Top 

Description

Sets the maximum control vector length for the specified TrajectoryPhase object.

 

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

ViewWindow.SetTrajectoryPhaseControlVectorMaximumLength(

Variable objectId,


Variable controlVectorMaximumLength)

 

 

Arguments

objectId


Description:

The unique identifier of the object for which to change TrajectoryPhase control vector maximum length

Valid Range:

objectId ≥ 0

 

 

controlVectorMaximumLength


Description:

The maximum control vector length.

Units:

km

Valid Range:

controlVectorMaximumLength ≥ 0

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = myViewWindow1.SetTrajectoryPhaseControlVectorMaximumLength(myVariable2, myVariable3);

 

 

See also

ViewWindow Object

ViewWindow.SetTrajectoryPhaseControlVectorMaximumLength

ViewWindow Guide