EphemerisVector.GetVariableValues(StringArray, Variable) Method

Top 

Description

Gets the specified columns as floats, noting the side of the discontinuity as specified by the 'side' argument. Note, if there is no discontinuity for the column, the non-discontinous value is returned.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

EphemerisVector.GetVariableValues(

StringArray columnNames,


Variable side)

 

 

Arguments

columnNames


Description:

Names of columns to get.

 

 

side


Description:

Before or after discontinuity.

Valid Values:

Value

Label

0

Before Discontinuity

1

After Discontinuity

 

 

 

 

Return Value

Type:

Array of number

 

 

Gets the specified columns values as floats.

 

Syntax

myArray1 = myEphemerisVector1.GetVariableValues(myStringArray1, myVariable1);

 

 

See also

EphemerisVector Object

EphemerisVector.GetVariableValues

Working with Ephemerides