SequentialFilter.StepToNextObservation() Method

Top 

Description

Step all the objects associated with the Orbit Determination process to the epoch of the next Observation in the buffer. If no more Observations are found, this method returns 0.

 

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

)

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the objects were propagated. Returns 0 if no more Observations were found.

 

Syntax

myVariable1 = mySequentialFilter1.StepToNextObservation();

 

 

See also

SequentialFilter Object