FFEphemProperties.AddColumn(String, Variable) Method

Top 

Description

Adds a new column to the ephemeris with the specified column label that will be interpolated using the specified interpolator.

 

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

FFEphemProperties.AddColumn(

String columnLabel,


Variable interpolator)

 

 

Arguments

columnLabel


Description:

The label that will be used for the newly added column.

 

 

interpolator


Description:

The interpolator that will be used when interpolation is called for on the newly added column.

Valid Values:

Value

Label

0

5th Order Spline

1

8th Order Lagrange

2

10th Order Lagrange

3

0th Order Interpolation

 

 

 

 

Return Value

Type:

number

 

 

Returns the number of columns in the ephemeris after the new column is added.

 

Syntax

myVariable1 = myFFEphemProperties1.AddColumn(myString1, myVariable2);

 

 

See also

FFEphemProperties Object

FFEphemProperties.AddColumn

Working with Ephemerides