Defined by filtering times from original time
array according to specified filtering method.
Count | Specify the number of times skipped between accepted samples when FilterType is set to Skip Count. In other words, skip count of 1 which is now the smallest accepted value is interpreted as taking every other samples, skip count of 2 means taking a sample, then skipping two consecutive samples and then taking another sample, etc. |
FilterType | Skip Time Steps filter type omits from filtered time array any times that fall within specified time step of last accepted time sample. Skip Count filter type omits specified number of time samples since last accepted time sample. Both filters operate within single interval of original time array and are reset when moving from one interval to next. |
IncludeIntervalStopTimes | If set to true, includes stop times of each interval from original time array. |
OriginalTimeArray | The original time array. |
Step | The number of steps skipped between accepted samples when FilterType is set to Skip Time Steps. |
Create and configure
filtered event array.
[C#] | Copy Code | |
---|---|---|
|
Create and configure
filtered event array.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|