Optimizer.RemoveTrajectoryPhase(TrajectoryPhase) Method

Top 

Description

Removes the passed TrajectoryPhase from the Optimizer.TrajectoryPhases list. This method will produce an error if the passed TrajectoryPhase is not in the Optimizer.TrajectoryPhases list. After removing the TrajectoryPhase, all inter-phase constraints having no remaining link points attached to the Optimizer will be removed.

 

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

Optimizer.RemoveTrajectoryPhase(

TrajectoryPhase phase)

 

 

Arguments

phase


Description:

The TrajectoryPhase to remove from the optimization problem.

 

 

 

Syntax

myOptimizer1.RemoveTrajectoryPhase(myTrajectoryPhase1);

 

 

See also

Optimizer Object