From: Julien S. <li...@sa...> - 2021-12-24 19:03:07
|
Le 20/12/2021 à 21:47, lucas a écrit : > i've successfully installed and tested linux-gpib on a raspberry pi 4+b > with a NI-GPIB-USB-HS dongle and communicating with a Keithley 2000 DMM > instrument using python 3. should be fairly common and pervasive i > have python sending *idn? and receiving the proper instrument response, > "KEITHLEY INSTRUMENT INC., MODEL 2000, ..." etc. so that much is > working well. Hello, We've made public the code that we use in our lab. It may or may not suit your needs. The code is here for the Keithley 2700. I no longer have a Keithley 2000, so I haven't tried with this model for some time. <https://fluiddyn.readthedocs.io/projects/fluidlab/en/latest/generated/fluidlab.instruments.multiplexer.keithley_2700.html#module-fluidlab.instruments.multiplexer.keithley_2700> Cheers, Julien |