Description
Constrains delta v between endpoint1 of the first phase and endpoint2 of the second phase.
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.
Method Signature
Arguments
trajectoryPhase1
|
|
Description:
|
The first trajectory phase.
|
trajectoryPhase2
|
|
Description:
|
The second trajectory phase.
|
maximumDeltaV
|
|
Description:
|
The maximum delta V allowed between the linked phases.
|
Units:
|
km/s
|
Valid Range:
|
maximumDeltaV ≥ 0
|
endpoint1
|
|
Description:
|
The endpoint from which to link the first TrajectoryPhase.
|
Valid Values:
|
Value
|
Label
|
"first"
|
Links the first node of the first TrajectoryPhase.
|
"last"
|
Links the last node of the first TrajectoryPhase.
|
|
endpoint2
|
|
Description:
|
The endpoint from which to link the second TrajectoryPhase.
|
Valid Values:
|
Value
|
Label
|
"first"
|
Links the first node of the first TrajectoryPhase.
|
"last"
|
Links the last node of the first TrajectoryPhase.
|
|
Syntax
myOptimizer1.AddPhaseLinkDeltaVConstraint(myTrajectoryPhase1, myTrajectoryPhase2, myVariable1, myString1, myString2);
|
See also
Optimizer Object
Optimizer.AddPhaseLinkDeltaVConstraint
|