I am working on a test setup that uses python IVI and connects to a Digital load and in the future an LCR meter. The digital load has been locally (hackishly) implemented, and I am currently implementing the Lcr meter
Any tips for creating / reformatting these drivers into an acceptable way to be integrated into the IVI mainstream? (as I think these will be extremely useful to others)
The current chroma load hack can be found here
http://pastebin.com/uKD8taGyThe lcr meter is an hioki IM3536
The Digital load is a chroma 6310
Both are SCPI compliant
I plan on keeping both on my github account here:
https://github.com/Teslafly/Hioki-IM3536-Lcr-meter-python-IVI-driver until / if they are completed and integrated.