TrajectoryPhase.LockVelocity(String, Array) Method

Top 

Description

Locks all TrajectoryPhase cartesian velocity variables associated with the passed endpoint to the passed values.

 

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.LockVelocity(

String endpoint,


Array values)

 

 

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.

 

 

 

values


Description:

The values to lock the velocity variables to.

Required Size:

3

 

 

 

Syntax

myTrajectoryPhase1.LockVelocity(myString1, myArray1);

 

 

See also

TrajectoryPhase Object

TrajectoryPhase.LockVelocity