TrajectoryPhase.SetControlVariableBounds Method

Top 

Description

Set bounds for the TrajectoryPhase control variables associated with the passed region and indices.

 

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.

 

Overload List

Signatures

Return Value

Description

TrajectoryPhase.SetControlVariableBounds(String range, Array lowerBounds, Array upperBounds, Array indices)

None

Set bounds for the TrajectoryPhase's control variables associated with the passed range and indices. An index of 0 indicates the first control variable.

TrajectoryPhase.SetControlVariableBounds(String range, Variable lowerBound, Variable upperBound, Variable index)

None

Set bounds for the TrajectoryPhase's control variables associated with the passed range and index. An index of 0 indicates the first control variable.

 

 

See also

TrajectoryPhase Object