public enum TriggerMode
Defines the trigger condition.
Values
| Name | Description |
|---|---|
| trAboveBelow | The trigger will trigger, as soon as a first value exceeding the upper (Above) or lower (Below) limit is found. |
| trCrossing | The trigger will trigger, when the value crosses the upper limit and the values are raising or crosses the lower limit andthe values are falling. |
| trPeak | The trigger will trigger, on the first peak, after the value exceeds lower or upper predefined limit. |