I'm trying to controlling to a USB instrument (Keithley 2450) using pyVisa but I get an error. I'm following the simple example on the pyVisa website
I have a problem after I send a "service request"
keithley.wait_for_srq()
and it throws an error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'USBInstrument' object has no attribute 'wait_for_srq'
It seems with that's command I can't communicate via USB. What can I to do to remote communicate with my instruments via USB interface ? Hopefully, you can me help. I'm new in Python and SCPI.