EphemerisVector.GetStringValue(String, Variable) Method

Top 

Description

Gets the specified column as a string, 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.GetStringValue(

String columnName,


Variable side)

 

 

Arguments

columnName


Description:

Name of column to get.

 

 

side


Description:

Before or after discontinuity.

Valid Values:

Value

Label

0

Before Discontinuity

1

After Discontinuity

 

 

 

 

Return Value

Type:

string

 

 

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

 

Syntax

myString1 = myEphemerisVector1.GetStringValue(myString2, myVariable1);

 

 

See also

EphemerisVector Object

EphemerisVector.GetStringValue

Working with Ephemerides