AcquisitionTriggerHandler¶
-
delegate void AcquisitionTriggerHandler(uint streamPosition, System.Collections.Generic.Dictionary<ISignal, SignalValue> signalValues)¶
Represents the method that is called when a sample matches either the start or stop condition, causing acquisition to be started or stopped.
- Parameters
streamPosition – The stream position of the sample that matched the trigger condition.
signalValues – Contains the values of all signals used in the trigger condition.