Rohde & Schwarz OSP Opens Switch Platform RsOsp 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: OSP

Documentation: https://RsOsp.readthedocs.io/

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

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

Installation: pip install RsOsp