I'm still working on my other drivers (scope, DC+DMM, etc..) but I have a need to add basic support for my electronic load at the moment.
I don't think there is a class for DC electronic loads (not in IVI specs). I want to try adding an electronic load but I'm not sure what is the best starting point. Should I make it's base as a DMM or DC supply and add methods? Or should I create a whole new instrument / class? I'm leaning towards a whole new class but want to check.
I'm still working on my other drivers (scope, DC+DMM, etc..) but I have a need to add basic support for my electronic load at the moment.
--
You received this message because you are subscribed to the Google Groups "python-ivi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-ivi+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The Prodigit does support SCPI. In the past I had hacked together a script using PyVISA and sending the SCPI commands.