Ephemeris.InterpolationMethod Property

Top 

Description

The interpolation method that is to be used when propagating the Spacecraft to epochs between ephemeris states.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

1 ( 8th Order Lagrange )

Valid Values:

Value

Label

0

5th Order Spline

1

8th Order Lagrange

2

10th Order Lagrange

 

Syntax

myVariable1 = myEphemeris1.InterpolationMethod;

 

myEphemeris1.InterpolationMethod = myVariable1;

 

See also

Ephemeris Object

Working with Ephemerides

Ephemerides and AHF