SequentialFilter.GetNextObservationEpoch() Method

Top 

Description

Get the epoch of the next Observation in the buffer associated with the Orbit Determination process.

 

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

SequentialFilter.GetNextObservationEpoch(

)

 

 

Return Value

Type:

timespan

Units:

day

 

 

The epoch of the next Observation in MJD TAI.

 

Syntax

myTimeSpan1 = mySequentialFilter1.GetNextObservationEpoch();

 

 

See also

SequentialFilter Object