Hello,
While searching for controlling lab equipment via Python I found your code. Looks very clean, well documented, super !
In our lab we have an Keysight MSOS404A and DSOV084A. Connected via ethernet network.
While trying your code I get the following error:
Connected to:
KEYSIGHT TECHNOLOGIES
MSOS404A (serial MYxxxxxxxx)
VisaError: VI_ERROR_TMO (-1073807339): Timeout expired before operation completed.
When trying query ':ACQuire:TYPE?' (full traceback below).
Have you checked that the timeout (currently 30,000 ms) is sufficently long?
Latest errors from the oscilloscope (FIFO queue, upto 30 errors)
0: -113
1: -113
2: -420
3: 0
....
I saw in the documentation you added support for the Infiniium series, is this also something which needs adjustment for our series?
Kind Regards, Hans
Hello,
While searching for controlling lab equipment via Python I found your code. Looks very clean, well documented, super !
In our lab we have an Keysight MSOS404A and DSOV084A. Connected via ethernet network.
While trying your code I get the following error:
I saw in the documentation you added support for the Infiniium series, is this also something which needs adjustment for our series?
Kind Regards, Hans