Lab power supply control script DP832A Rigol using USB connect
https://www.rurigol.ru/e-store/index.php?SECTION_ID=1777&ELEMENT_ID=11131859
http://www.batronix.com/pdf/Rigol/ProgrammingGuide/DP800_ProgrammingGuide_EN.pdf
- Download and install National Instruments VISA software (https://www.ni.com/visa/ OR https://skachat.freedownloadmanager.org/Windows-PC/NI-VISA-Runtime/FREE-5.4.html)
- Download and install PyVISA (eg. "pip install -U pyvisa" from CMD)
- Download and install PySimpleGUI ("python -m pip install pysimplegui" from CMD)
- PEP8 https://pythonworld.ru/osnovy/pep-8-rukovodstvo-po-napisaniyu-koda-na-python.html
- PEP257 https://pythonworld.ru/osnovy/dokumentirovanie-koda-v-python-pep-257.html
- The PySimpleGUI Cookbook https://www.pysimplegui.org/en/latest/cookbook/
- Object-oriented programming (OOP) https://proglib.io/p/python-oop