Ephemeris.SetVectorData(Variable, StringArray, Array) Method

Top 

Description

Sets values in the ephemeris at the specified vector in the columns specified by 'columnLabels'. If a discontinuity is present in any columns, the after-discontinuity value is set. Only works for FreeFlyer Ephemeris Version 2.0 and higher.

 

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.SetVectorData(

Variable vectorIndex,


StringArray columnLabels,


Array newData)

 

 

Arguments

vectorIndex


Description:

The index within the ephemeris that specifies a vector.

Valid Range:

vectorIndex ≥ 0

 

 

columnLabels


Description:

The labels that specify the columns to set to in the ephemeris.

 

 

newData


Description:

The new data to put to the ephemeris.

 

 

 

Syntax

myEphemeris1.SetVectorData(myVariable1, myStringArray1, myArray1);

 

 

See also

Ephemeris Object

Ephemeris.SetVectorData

Working with Ephemerides

Ephemerides and AHF