EphemerisVector.GetVariableValue(Variable) Method

Top 

Description

Gets the specified column value as a float.

 

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

EphemerisVector.GetVariableValue(

Variable columnIndex)

 

 

Arguments

columnIndex


Description:

Index of column to get.

Valid Range:

columnIndex ≥ 0

 

 

 

Return Value

Type:

number

 

 

Gets the specified column value as a float. If there is a discontinuity for this vector or column, the value returned is the value before the discontinuity.

 

Syntax

myVariable1 = myEphemerisVector1.GetVariableValue(myVariable2);

 

 

See also

EphemerisVector Object

EphemerisVector.GetVariableValue

Working with Ephemerides