Implementation of a python module for controlling the Owon power supply. Tested on the SPA3051 model.
A standard USB connection is used. The power supply is defined as a virtual COM port.
owon_ps.py - SCPI driver
example.py - test example of using the module
Description of the control commands used: _pdf\SP_and_SPE_series_programming_manual.pdf
Work in the repository is carried out through the Git-flow branching model