SequentialFilter.NumberOfObservationsAtCurrentEpoch() Method

Top 

Description

Returns the number of observations at the current filter epoch, which have not been processed yet. Note when processing pseudorange data, multiple observations can be processed at one time for the same epoch.

 

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

)

 

 

Return Value

Type:

number

 

 

The number of un-processed observations at the current filter epoch.

 

Syntax

myVariable1 = mySequentialFilter1.NumberOfObservationsAtCurrentEpoch();

 

 

See also

SequentialFilter Object