Ephemeris.SetVectorData Method

Top 

Description

Sets the values in the ephemeris at the specified vector to the supplied new data. Only works for FreeFlyer Ephemeris Version 2.0 and higher.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

Ephemeris.SetVectorData(Variable vectorIndex, Array newData)

None

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

Ephemeris.SetVectorData(Variable vectorIndex, EphemerisVector ephemerisVector)

None

Sets the values in the ephemeris at the specified vector to the supplied new data. Only works for FreeFlyer Ephemeris Version 2.0 and higher.

Ephemeris.SetVectorData(Variable vectorIndex, Array columnIndices, Array newData)

None

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

Ephemeris.SetVectorData(Variable vectorIndex, Array newData, Variable discontinuityBehavior)

None

Sets values in the ephemeris at the specified vector. 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.

Ephemeris.SetVectorData(Variable vectorIndex, StringArray columnLabels, Array newData)

None

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.

Ephemeris.SetVectorData(Variable vectorIndex, Array columnIndices, Array newData, Variable discontinuityBehavior)

None

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.

Ephemeris.SetVectorData(Variable vectorIndex, StringArray columnLabels, Array newData, Variable discontinuityBehavior)

None

Sets values in the ephemeris at the specified vector in the columns specified by 'columnLabels'. 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.

 

 

See also

Ephemeris Object

Working with Ephemerides

Ephemerides and AHF