An AndNot ESP engine compares two tracks and produces a track containing records from the first track for which there is no event in the second track within a specified time interval (before and/or after the first track's event). This section describes the parameters that you can set in the configuration section for an AndNot ESP task.
Input | Description |
---|---|
Input0 | The first input track. |
Input1 | The second input track. |
Configuration Parameter | Description |
---|---|
LuaScript | A Lua script that defines conditions for a discarding a record from the first track. |
MaxTimeInterval | The maximum interval from the first track's record to the second track's record, for the two records to be considered a pair. (The AndNot engine discards record pairs.) |
MinTimeInterval | The minimum interval from the first track's record to the second track's record, for the two records to be considered a pair. (The AndNot engine discards record pairs.) |
Type | The type of ESP engine to use. Set this parameter to AndNot . |
This engine produces a single output track, named TaskName.Output
. The output track has the same format as the input track Input0.
|