TrajectoryPhase.LockEpoch(String) Method

Top 

Description

Locks the TrajectoryPhase epoch variable associated with the passed endpoint to its current value.

 

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

String endpoint)

 

 

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.

 

 

 

 

Syntax

myTrajectoryPhase1.LockEpoch(myString1);

 

 

See also

TrajectoryPhase Object

TrajectoryPhase.LockEpoch