TrajectoryPhase.ComputeInterphaseDeltaV(TrajectoryPhase) Method

Top 

Description

Computes the delta v vector between the last node of the calling TrajectoryPhase and the first of the passed TrajectoryPhase in the ICRF.

 

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

TrajectoryPhase.ComputeInterphaseDeltaV(

TrajectoryPhase phase)

 

 

Arguments

phase


Description:

The second TrajectoryPhase used to compute the delta v. (The calling TrajectoryPhase is used as the first.)

 

 

 

Return Value

Type:

Array of number (size = 3)

 

 

The computed delta v vector in the ICRF.

 

Syntax

myArray1 = myTrajectoryPhase1.ComputeInterphaseDeltaV(myTrajectoryPhase2);

 

 

See also

TrajectoryPhase Object

TrajectoryPhase.ComputeInterphaseDeltaV