quick questions from the digitalTriggeredCapture perspective…
I am used to being able to check, if a trigger occured, without being stuck until the trigger occured.
Sofar the wait() fujnction seems to be blocking with no option for timeout…
Is there another function, that just allows me to check, if the trigger occured, maybe even after calling stop on a maybe triggered capture?
That way I can just discard the capture, if no trigger occured, or proceed with adding analyzer, etc. if the trigger occured as expected…