Have my supply connected via GPIB-USB-HS. Can see it in MAX, but I'm unable to recognize it in Python. My Python code is below:
import Visa
rm = visa.InstrumentManager
rm.listResources()
Then I just get a '()' returned with no devices found
Have my supply connected via GPIB-USB-HS. Can see it in MAX, but I'm unable to recognize it in Python. My Python code is below:
import Visa
rm = visa.InstrumentManager
rm.listResources()
Then I just get a '()' returned with no devices found