This seems like it should be such a simple measurement. I attempted to use :MEAS:TVAL? 1.5,1,CHANNEL2 in order to measure the time it takes from the scope trigger (chan1) to when chan2 wave exceeds 1.5V for the first time. This gives me an error -1073807339 (timeout).
How can I read the time that chan2 goes high vs. the trigger on chan1?
Thanks but the VISA read has no delay time input. It will simply do the operation and pass the results.
Anyway, I figured out the root of the issue. My UUT was actually causing the failure. Even though I was telling it to send data, it did not send 100% of the time. So I figured out a way to read the trigger status of the scope and don't move on until it has triggered. All of the timeouts were because the scope did not actually trigger. This issue is now resolved. Thanks for taking the time to assist.