Skip to main content

min

Syntax

- min:
count: number
  • count: The number of samples in the sample window

Description

For each incoming sample, outputs the smallest of the previous count samples seen.

A min operation can filter out short rises in an input and will delay recognizing increases in incoming samples. The digital counterpart to min is the on-delay operation.

Examples

  var1:
- source: AIN0
- min:
count: 100
info

In the above example, AIN0 is an identifier available in LabJack data sources.