ViewWindow.SetTrajectoryPhaseControlVectorMaximumLength(Variable, String, Variable) Method

Top 

Description

Sets the maximum control vector length of multiple objects at the same time..

 

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 setType,


String typeOrGroupName,


Variable controlVectorMaximumLength)

 

 

Arguments

setType


Description:

The method used to determine which objects to change TrajectoryPhase control vector maximum length.

Valid Values:

Value

Label

0

Set by Object Type (Case-Sensitive)

1

Set by Group Name (Case-Sensitive)

 

 

 

typeOrGroupName


Description:

The object type or group name used to set the change TrajectoryPhase control vector maximum length of multiple objects.

 

 

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, myString1, myVariable3);

 

 

See also

ViewWindow Object

ViewWindow.SetTrajectoryPhaseControlVectorMaximumLength

ViewWindow Guide