Hi
I'm sorry we do not have Keithley DMM here now, but since the PyVISA use Agilent VISA and NI VISA directly, I do believe the interface should work on well with Ketihley's instrument.
We just got some other customer's feedback on using S82357 under Python as following, and hope this will help:
Yes so far it has worked perfectly with Python v2.7 and PyVisa, though I've not tested the DMA modes yet as I've been working on another programme for the last few weeks.
If you get time, perhaps you could try downloading some scope traces or other larger amounts of data to test the DMA transfer speeds.
I wanted to write some routines that would do this, and display them in in a graphical window for the operator and perform some basic measurements like rise and fall times, Frequency etc to automate the testing of some of our products.
I'm hoping PyVisa will be updated to use the latest version of Python with all the improvements. Perhaps you guys can register your interest in this with the authors.
Most users would probably use Labview for this type of thing, but it would be overkill for some applications and Labview is not cheap either.
Python is easy to learn and free, and SCPI commands will do most of what I need so it fit the bill perfectly.
Please let me know if you come across any good code that use a Oscilloscope to perform signal analysis etc.
Hope this helps.