This is a python 3 class to control EA power supplies of the PS2000 series. The series includes the following types:
So far, it has only been tested with the EA-PS 2042-20B. Running ps2000.py by itself will show the capabilities. Include the class in your own scripts using import ps2000
.
It's trivial to expand the code to support multiple-output power supplies of the PS 23xx range, if you need it. Also, automatic port selection would be nice.