Optimizer.AddPhasePositionLink(TrajectoryPhase, TrajectoryPhase) Method

Top 

Description

Links the last node of the first phase with the first node of the second phase across the position variables.

 

Note: This method adds constraint(s) to the optimization problem to ensure that the phases are continuous.

 

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

TrajectoryPhase trajectoryPhase1,


TrajectoryPhase trajectoryPhase2)

 

 

Arguments

trajectoryPhase1


Description:

The first trajectory phase.

 

 

trajectoryPhase2


Description:

The second trajectory phase.

 

 

 

Syntax

myOptimizer1.AddPhasePositionLink(myTrajectoryPhase1, myTrajectoryPhase2);

 

 

See also

Optimizer Object

Optimizer.AddPhasePositionLink