Rohde & Schwarz Pulse Sequencer radar simulation software RsPulseSeq 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: PulseSequencer

Documentation: https://RsPulseSeq.readthedocs.io/

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

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

Installation: pip install RsPulseSeq