TrajectoryPhase.AddRadiusConstraint(String, Variable) Method

Top 

Description

Constrains the radius (with respect to the central body) to be at or above the value of the passed lowerbound at the node(s) associated with the passed range.

 

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

String range,


Variable minimumRadius)

 

 

Arguments

range


Description:

The range over which to set 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.

"path"

Set bounds along the entire path of the TrajectoryPhase.

 

 

 

minimumRadius


Description:

The minimum radius for the path constraint.

Units:

km

 

 

 

Syntax

myTrajectoryPhase1.AddRadiusConstraint(myString1, myVariable1);

 

 

See also

TrajectoryPhase Object

TrajectoryPhase.AddRadiusConstraint