RelativeMotionUtilities.ComputeDeltaVHCW(Spacecraft, Spacecraft, Array, Variable, Variable) Method

Top 

Description

Uses the HCW equations of motion to compute the required change in velocity (Delta-V) for the secondarySC to reach the specified futureRelativePosition with respect to the primarySC at a time deltaT in the future.

 

Note that the epochs and central bodies of the secondarySC and primarySC must match, and an error will be reported if they do not.

 

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

RelativeMotionUtilities.ComputeDeltaVHCW(

Spacecraft secondarySC,


Spacecraft primarySC,


Array futureRelativePosition,


Variable deltaT,


Variable inputSystem)

 

 

Arguments

secondarySC


Description:

The Spacecraft whose delta V is to be calculated.

 

 

primarySC


Description:

The Spacecraft to which the relative position will be evaluated.

 

 

futureRelativePosition


Description:

The future relative position to be achieved. This position is in relation to the primarySC.

Required Size:

3

 

 

deltaT


Description:

The time interval at the end of which the position is achieved.

Units:

s

 

 

inputSystem


Description:

The coordinate system of the input.

Valid Values:

Value

Label

0

ICRF

1

VNB

2

LVLH

5

UVW

6

RIC

7

LVC (Cylindrical)

8

RIC Cylindrical

9

RIC Spherical

 

 

 

 

Return Value

Type:

Array of number (size = 3)

Units:

km/s

 

 

Returns the predicted delta V vector.

 

Syntax

myArray1 = RelativeMotionUtilities.ComputeDeltaVHCW(mySpacecraft1, mySpacecraft2, myArray2, myVariable1, myVariable2);

 

 

See also

RelativeMotionUtilities Object

RelativeMotionUtilities.ComputeDeltaVHCW