Ephemeris.SetVectorData(Variable, Array, Array, Variable) Method

Top 

Description

Sets values in the ephemeris at the specified vector in the columns specified by 'columnIndices'. If a discontinuity is present in any column, 'discontinuityBehavior' determines whether the before- or 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,


Array columnIndices,


Array newData,


Variable discontinuityBehavior)

 

 

Arguments

vectorIndex


Description:

The index within the ephemeris that specifies a vector.

Valid Range:

vectorIndex ≥ 0

 

 

columnIndices


Description:

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

 

 

newData


Description:

The new data to put to the ephemeris.

 

 

discontinuityBehavior


Description:

Before or after discontinuity.

Valid Values:

Value

Label

0

Before Discontinuity

1

After Discontinuity

 

 

 

 

Syntax

myEphemeris1.SetVectorData(myVariable1, myArray1, myArray2, myVariable2);

 

 

See also

Ephemeris Object

Ephemeris.SetVectorData

Working with Ephemerides

Ephemerides and AHF