Ephemeris.StepSize Property

Top 

Description

The time step for propagation of the spacecraft using the ephemeris. A StepSize of 0.0 means the Spacecraft will advance to the next entry in the ephemeris. Otherwise, the Spacecraft using the ephemeris will advance forwards or backwards by StepSize seconds. This property has no effect when producing an ephemeris file.

 

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:

timespan

Access:

read/write

Units:

s

Default Value:

0

 

Syntax

myTimeSpan1 = myEphemeris1.StepSize;

 

myEphemeris1.StepSize = myTimeSpan1;

 

See also

Ephemeris Object

Working with Ephemerides

Ephemerides and AHF