SubscribeTriggerStop¶
-
ISubscription IAcquisition.SubscribeTriggerStop(AcquisitionTriggerHandler handler)¶
Subscribes a callback to be executed when a sample matches the stop condition, causing acquisition to be stopped.
- Parameters
handler – Delegate to be invoked when trigger stop callback is received.
- Returns
ISubscription – An ISubscription for the callback.
- Throws
NullArgumentException
– Null reference was passed.