Optimizer.AddTrajectoryPhase(TrajectoryPhase) Method

Top 

Description

Adds a TrajectoryPhase to the optimization problem. When the Optimizer.LoadEngine method is called, all variables and constraints associated with the added TrajectoryPhases will be automatically added to the optimization problem.

 

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

Optimizer.AddTrajectoryPhase(

TrajectoryPhase phase)

 

 

Arguments

phase


Description:

The TrajectoryPhase to add to the optimization problem.

 

 

 

Syntax

myOptimizer1.AddTrajectoryPhase(myTrajectoryPhase1);

 

 

See also

Optimizer Object