|
Tim |
(Original request in ticket 77203) Implement a way to call wait() with a timeout, or set a timeout trigger in addition to the digital trigger.
That way, a trigger-mode capture can stop if a certain amount of time has passed by.
Workaround (Untested): Call the stop() function from within a separate timer thread. Perhaps something like shown in the image attached.