TrajectoryPhase.SetEpochBounds(String, Variable, Variable) Method

Top 

Description

Set bounds for the TrajectoryPhase's epoch variable associated with the passed endpoint.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

TrajectoryPhase.SetEpochBounds(

String endpoint,


Variable lowerBound,


Variable upperBound)

 

 

Arguments

endpoint


Description:

The endpoint at which to set the bounds.

Valid Values:

Value

Label

"first"

Set bounds for the first node of the TrajectoryPhase.

"last"

Set bounds for the last node of the TrajectoryPhase.

 

 

 

lowerBound


Description:

The lower bound to set.

Units:

day

 

 

upperBound


Description:

The upper bound to set.

Units:

day

 

 

 

Syntax

myTrajectoryPhase1.SetEpochBounds(myString1, myVariable1, myVariable2);

 

 

See also

TrajectoryPhase Object