-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: No device found. #21
Comments
I am experiencing the same issue, were you finally able to connect to the instrument? |
Unfortunately not. |
I have the same issue here with the python version 3.9.15. Seems strange that I'm able to find the instrument with the usb.core.find() but the Keithley driver doesn't find it ... Anyone figured out how to make connection please ? Spend 2 days on it and still nothing |
With this code I get :
After that the code exit itself. |
Another comment (maybe a dummy one, sry for that), is that normal that when I use debug into the driver functions, the debug exists itself and doesn't end program ? In other files the debug is working well |
I guess I found at least why I get "NoDeviceFound" Hopefully it will help others .... The fast is that when I go in the menu of my Keithley 2634B, in communication I get only "RS232", "LAN" and "GPIB". It seems the USB isn't activated on my SMU so ... can't work of course. I don't get why the USB is present and has a controller inside the SMU (driver installation on windows when plugged) but still, I think that's my issue. I'm going to use GPIB when hardware available |
For anyone still looking for way to solve this issue. This worked for me. k = Keithley2600('USB0::0x05E6::0x2634::4106018::INSTR') |
I'm getting a ValueError("No device found.") exception when attempting to connect to the instrument. I'm checking the instrument in the NI Max device manager and it is available and I can communicate with it. Any help would be appreciated!
Operating system: Windows 10 21H2 - 64bit
Python: Python 3.9.5 (anaconda distribution)
Keithley model: Keithley 2604B connected via USB
The text was updated successfully, but these errors were encountered: