TrajectoryPhase.Lock(String) Method

Top 

Description

Locks all TrajectoryPhase position, velocity, mass, and epoch variables associated with the passed endpoint argument to their current 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.Lock(

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.Lock(myString1);

 

 

See also

TrajectoryPhase Object