Ephemeris.SetVectorData(Variable, EphemerisVector) 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 nanosecond timing precision mode.

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

 

Method Signature

Ephemeris.SetVectorData(

Variable vectorIndex,


EphemerisVector ephemerisVector)

 

 

Arguments

vectorIndex


Description:

The index within the ephemeris that specifies a vector.

Valid Range:

vectorIndex ≥ 0

 

 

ephemerisVector


Description:

EphemerisVector object which provides the data to set into the ephemeris.

 

 

 

Syntax

myEphemeris1.SetVectorData(myVariable1, myEphemerisVector1);

 

 

See also

Ephemeris Object

Ephemeris.SetVectorData

Working with Ephemerides

Ephemerides and AHF