Optimizer.AddPhaseLinkDeltaVConstraint Method

Top 

Description

Creates a delta V link constraint between two TrajectoryPhases.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

Optimizer.AddPhaseLinkDeltaVConstraint(TrajectoryPhase trajectoryPhase1, TrajectoryPhase trajectoryPhase2, Variable maximumDeltaV)

None

Constrains delta V between the last node of the first phase and the first node of the second phase.

Optimizer.AddPhaseLinkDeltaVConstraint(TrajectoryPhase trajectoryPhase1, TrajectoryPhase trajectoryPhase2, Variable maximumDeltaV, String endpoint1, String endpoint2)

None

Constrains delta v between endpoint1 of the first phase and endpoint2 of the second phase.

 

 

See also

Optimizer Object