Ephemeris.GetVectorData(Variable, Variable) Method

Top 

Description

Gets all values from the ephemeris at the specified vector and returns them as an array. Which value is returned for discontinuous columns is specified by the second argument.

 

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

Ephemeris.GetVectorData(

Variable vectorIndex,


Variable discontinuityBehavior)

 

 

Arguments

vectorIndex


Description:

The index within the ephemeris that specifies a vector.

Valid Range:

vectorIndex ≥ 0

 

 

discontinuityBehavior


Description:

Before or after discontinuity.

Valid Values:

Value

Label

0

Before Discontinuity

1

After Discontinuity

 

 

 

 

Return Value

Type:

Array of number

 

 

Returns an array of the values from the ephemeris at the specified vector in the order that they appear in the ephemeris.

 

Syntax

myArray1 = myEphemeris1.GetVectorData(myVariable1, myVariable2);

 

 

See also

Ephemeris Object

Ephemeris.GetVectorData

Working with Ephemerides

Ephemerides and AHF