TrajectoryPhase.ComputeInterphaseDeltaV(TrajectoryPhase, String, String) Method

Top 

Description

Computes the delta v vector between endpoint1 of the calling TrajectoryPhase and endpoint2 of the passed TrajectoryPhase in the ICRF.

 

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

TrajectoryPhase.ComputeInterphaseDeltaV(

TrajectoryPhase phase,


String endpoint1,


String endpoint2)

 

 

Arguments

phase


Description:

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

 

 

endpoint1


Description:

The endpoint of the calling TrajectoryPhase used to compute delta v.

Valid Values:

Value

Label

"first"

Uses the first node of the calling TrajectoryPhase.

"last"

Uses the last node of the calling TrajectoryPhase.

 

 

 

endpoint2


Description:

The endpoint of the passed TrajectoryPhase used to compute delta v.

Valid Values:

Value

Label

"first"

Uses the first node of the calling TrajectoryPhase.

"last"

Uses the last node of the calling TrajectoryPhase.

 

 

 

 

Return Value

Type:

Array of number (size = 3)

 

 

The computed delta v vector in the ICRF.

 

Syntax

myArray1 = myTrajectoryPhase1.ComputeInterphaseDeltaV(myTrajectoryPhase2, myString1, myString2);

 

 

See also

TrajectoryPhase Object

TrajectoryPhase.ComputeInterphaseDeltaV