Ephemeris.GetVectorData(Variable) Method

Top 

Description

Gets all values from the ephemeris at the specified vector and returns them as an array. If any columns have a discontinuity, their after-discontinuity values will be returned.

 

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)

 

 

Arguments

vectorIndex


Description:

The index within the ephemeris that specifies a vector.

Valid Range:

vectorIndex ≥ 0

 

 

 

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);

 

 

See also

Ephemeris Object

Ephemeris.GetVectorData

Working with Ephemerides

Ephemerides and AHF