Python package that provides an API for controlling AX3003P programmable power supply. It works on Linux, OSX, Windows and BSD.
- Enabling/disabling the output.
- OVP and OCP control.
- Voltage and current control.
- Output voltage, current and power measurements.
- Python 2.7 or Python 3 and newer
- pySerial
AX3003P can be installed from PyPI::
pip3 install AX3003P
Or in case of using Python 2.7::
pip install AX3003P
python3 setup.py install
Or in case of using Python 2.7
python setup.py install
Available on readthedocs.org : https://ax3003p.readthedocs.io/en/latest