This is the simple server for Keysight data acquisition unit.
To start the program you need Python version 3.10
Programme starts a local server at PORT 9008 (you can change it's value in main.py line 6).
To get setup identification:
query string "Idn".
To scan first 10 multimeter channels (you can change this value in cls_instrument.py line 63)*
and get data:
query string "Meas".
To get a list of setup Errors:
query string "Errors".