TrajectoryPhase.LockControlVariables(String, Variable, Variable) Method

Top 

Description

Locks the TrajectoryPhase control variables associated with the passed endpoint and index to the passed value. An index of 0 indicates the first control variable.

 

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

TrajectoryPhase.LockControlVariables(

String endpoint,


Variable index,


Variable value)

 

 

Arguments

endpoint


Description:

The endpoint at which to lock the variables.

Valid Values:

Value

Label

"first"

Lock variables for the first node of the TrajectoryPhase.

"last"

Lock variables for the last node of the TrajectoryPhase.

 

 

 

index


Description:

The control variable index to lock.

 

 

value


Description:

The value to lock the control variable to.

 

 

 

Syntax

myTrajectoryPhase1.LockControlVariables(myString1, myVariable1, myVariable2);

 

 

See also

TrajectoryPhase Object

TrajectoryPhase.LockControlVariables