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