EphemerisVector.SetStringValue(Variable, String, Variable) Method

Top 

Description

Sets the specified column to the provided value as a float, noting the side of the discontinuity as specified by the 'side' argument.

 

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.SetStringValue(

Variable columnIndex,


String columnValue,


Variable side)

 

 

Arguments

columnIndex


Description:

Index of column to set.

Valid Range:

columnIndex ≥ 0

 

 

columnValue


Description:

Value to set into column.

 

 

side


Description:

Before or after discontinuity.

Valid Values:

Value

Label

0

Before Discontinuity

1

After Discontinuity

 

 

 

 

Syntax

myEphemerisVector1.SetStringValue(myVariable1, myString1, myVariable2);

 

 

See also

EphemerisVector Object

EphemerisVector.SetStringValue

Working with Ephemerides