TrajectoryPhase.LockByIndices(String, Array) Method

Top 

Description

Locks only the TrajectoryPhase variables associated with the passed endpoint and indices.

 

Indices:

0 : x position

1 : y position

2 : z position

3 : x velocity

4 : y velocity

5 : z velocity

6 : mass

7 : epoch

 

Any indices after 7 represent potential control variables. Certain control variables may or may not exist depending on which ControlModel is selected.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

TrajectoryPhase.LockByIndices(

String endpoint,


Array indices)

 

 

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.

 

 

 

indices


Description:

The state variable indices to lock.

Required Size:

At least 1

 

 

 

Syntax

myTrajectoryPhase1.LockByIndices(myString1, myArray1);

 

 

See also

TrajectoryPhase Object