Description
Links the phases across the position, velocity, mass, and epoch 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.
Overload List
Signatures
|
Return Value
|
Description
|
Optimizer.AddPhaseLink(TrajectoryPhase trajectoryPhase1, TrajectoryPhase trajectoryPhase2)
|
None
|
Links the last node of the first phase with the first node of the second phase across the position, velocity, mass, and epoch variables.
Note: This method adds constraint(s) to the optimization problem to ensure that the phases are continuous.
|
Optimizer.AddPhaseLink(TrajectoryPhase trajectoryPhase1, TrajectoryPhase trajectoryPhase2, String endpoint1, String endpoint2)
|
None
|
Links endpoint1 of the first phase with endpoint2 of the second phase across the position, velocity, mass, and epoch variables.
Note: This method adds constraint(s) to the optimization problem to ensure that the phases are continuous.
|
See also
Optimizer Object
|