TrajectoryPhase.LockControlVariables Method

Top 

Description

Locks TrajectoryPhase control variables.

 

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.

 

Overload List

Signatures

Return Value

Description

TrajectoryPhase.LockControlVariables(String endpoint)

None

Locks all TrajectoryPhase control variables associated with the passed endpoint to their current values.

TrajectoryPhase.LockControlVariables(String endpoint, Variable index)

None

Locks the TrajectoryPhase control variable associated with the passed endpoint and index to its current values. An index of 0 indicates the first control variable.

TrajectoryPhase.LockControlVariables(String endpoint, Variable index, Variable value)

None

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.

 

 

See also

TrajectoryPhase Object