When programming to read from a test equipment (e.g. ocsilloscope)
connected to PC/GPIB, many times I have to set a delay before reading
the value, otherwise the return value will be some invalid numbers
(e.g., 0). To achieve valid test results and testing time reduction, I
used trial-and-error to get a "minimum" delay time. But even this
delay time which works for one equipment may not work for another.
It's such a headache!!!
Is it possible to poll/inquire the status of the test equipment in the
program if the measured data is ready? If yes, how?
Thanks a lot for your answer!