-
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
added TSP support for the pyvisa-sim module #11
Comments
Ha, that is very neat :)
Sam
|
Did you by any chance also write a yaml file to mock a Keithley 2600B instrument? |
Hi SamSchott, "yes I have", but in the yaml file only determines which lua file is loaded. This then contains the functions that simulate the Keithley API.
Unfortunately, due to the numerous changes since then, the included default.lua is no longer compatible with keithley2600 and keithleygui. My hope was that we can use this simulation with pytest. Unfortunately, at the moment I have too little time to push this further. An update of the default.lua is on my TODO but I can not say as I said when I find time for it. quaeritis |
Hi quaeritis, Sorry about the many iterations. At least the driver should remain stable now, I am quite happy with it as-is. So if you do find the time, an updated default.lua would indeed be helpful to test the scripts without an actual Keithley attached. But there is no hurry! Best, |
There is no need for apologies. I also benefit from the improvements. |
Hi Sam, Can you send me a log of a measurement? Best, |
Yes, of course. Attached is the log for a transfer curve measurement, as started from the GUI. I have cut some of the long list transfers / buffer readouts.
https://github.com/OE-FET/keithley2600/files/3198078/transferMeasurement_log.txt
|
Hey, Can I use this keithley2600 with Keithley 2612B. I am using 2 channel one for J-V curve (with limit current) of OLEDs and second to measure current from silica photodiode. I am using Keithley KickStart Software and it easy to use to measure, but after that I am making a lot of calculation. I really appreciate for any help with that. Thanks. |
Hi @samschott,
I added TSP support for the pyvisa-sim module.
can be found here:
https://github.com/quaeritis/pyvisa-sim/tree/tsp
So you can do something like this for example:
The text was updated successfully, but these errors were encountered: