TrajectoryPhase.SetTimeOfFlightBounds(Variable, Variable) Method

Top 

Description

Sets bounds for the time of flight of the TrajectoryPhase.

 

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

Variable lowerBound,


Variable upperBound)

 

 

Arguments

lowerBound


Description:

The lower bound to set.

Units:

day

 

 

upperBound


Description:

The upper bound to set.

Units:

day

 

 

 

Syntax

myTrajectoryPhase1.SetTimeOfFlightBounds(myVariable1, myVariable2);

 

 

See also

TrajectoryPhase Object