SequentialFilter.InitialFilterEpoch Property

Top 

Description

The epoch to use as the initial epoch of the filter. At the first call to the filtering process, all relevant objects are synched to that initial 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.

 

Attributes

Type:

timespan

Access:

read/write

Units:

day

Default Value:

"Jan 01 2020 00:00:00.000000000"

 

Syntax

myTimeSpan1 = mySequentialFilter1.InitialFilterEpoch;

 

mySequentialFilter1.InitialFilterEpoch = myTimeSpan1;

 

See also

SequentialFilter Object