TriggerMode Enumeration

Source: AudioSignal.cs · Assembly: Dew.Signal.Audio

public enum TriggerMode

Defines the trigger condition.

Values

NameDescription
trAboveBelowThe trigger will trigger, as soon as a first value exceeding the upper (Above) or lower (Below) limit is found.
trCrossingThe trigger will trigger, when the value crosses the upper limit and the values are raising or crosses the lower limit andthe values are falling.
trPeakThe trigger will trigger, on the first peak, after the value exceeds lower or upper predefined limit.