As I had some free time, and we had recently got Programmable Power Supply RIGOL DP832, I have made python based GUI, to communicate with RIGOL. It is based on: PyVisa version: 1.8 PyQt version: 5.8.1 Qt version: 5.8.0 Matplotlib version: 2.0.0 and uses Ethernet to communicate with RIGOL. pip install -U pyvisa pip install …