EphemerisVector.GetTimeSpanValues(StringArray, Variable) Method

Top 

Description

Gets the specified columns as TimeSpans, 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 nanosecond timing precision mode.

 

Method Signature

EphemerisVector.GetTimeSpanValues(

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 timespan

Units:

day

 

 

Gets the specified columns as floats.

 

Syntax

myTimeSpanArray1 = myEphemerisVector1.GetTimeSpanValues(myStringArray1, myVariable1);

 

 

See also

EphemerisVector Object

EphemerisVector.GetTimeSpanValues

Working with Ephemerides