Rohde & Schwarz NGx Power Supply RsNgx instrument driver for Python.

The driver follows the SCPI-tree structure of an instrument.
For example, the SCPI command:
SYSTem:REFerence:FREQuency:SOURce
is represented as:
driver.System.Reference.Frequency.Source

Supported instruments: NGU, NGL, NGM, NGP

Documentation: https://RsNgx.readthedocs.io/

Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/Misc/Python/RsNgx_ScpiPackage

The package is hosted here: https://pypi.org/project/RsNgx/

Installation: pip install RsNgx