Rohde & Schwarz AREG800A automotive radar echo generator RsAreg800 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: AREG800

Documentation: https://RsAreg800.readthedocs.io/

Examples: https://github.com/Rohde-Schwarz/Examples/

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

Installation: pip install RsAreg800