SequentialFilter.MaintainHistoryOfProcessedObservations Property

Top 

Description

Flag indicating whether or not to keep a buffer of observations that have been processed in the past. If this is set to TRUE, then the ProcessedObservationBufferLength property controls the amount of observations held in the buffer.

 

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:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = mySequentialFilter1.MaintainHistoryOfProcessedObservations;

 

mySequentialFilter1.MaintainHistoryOfProcessedObservations = myVariable1;

 

See also

SequentialFilter Object