SequentialFilter.MeasurementProcessingMethod Property

Top 

Description

A flag indicating whether to process each Observation's measurements sequentially for multiple state updates, or simultaneously for a single state update.

 

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 ( Process measurements of an Observation simultaneously )

Valid Values:

Value

Label

0

Process measurements of an Observation sequentially

1

Process measurements of an Observation simultaneously

 

Syntax

myVariable1 = mySequentialFilter1.MeasurementProcessingMethod;

 

mySequentialFilter1.MeasurementProcessingMethod = myVariable1;

 

See also

SequentialFilter Object