Rohde & Schwarz CMX/CMP instrument drivers for Python.

The drivers follow 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: CMX500, CMP200, CMP180

Sub-systems:
Base:https://pypi.org/project/RsCMPX-Base/ Documentation: https://RsCMPX-Base.readthedocs.io/
Global Purpose RF:https://pypi.org/project/RsCMPX-GPRF/ Documentation: https://RsCMPX-GPRF.readthedocs.io/
LTE Measurement:https://pypi.org/project/RsCMPX-LteMeas/ Documentation: https://RsCMPX-LteMeas.readthedocs.io/
New Radio FR1 Measurement:https://pypi.org/project/RsCMPX-NrFr1Meas/ Documentation: https://RsCMPX-NrFr1Meas.readthedocs.io/
New Radio FR2 Measurement:https://pypi.org/project/RsCMPX-NrFr2Meas/ Documentation: https://RsCMPX-NrFr2Meas.readthedocs.io/
Ultra Wideband Measurement:https://pypi.org/project/RsCMPX-UwbMeas/ Documentation: https://RsCMPX-UwbMeas.readthedocs.io/
Bluetooth Measurement:https://pypi.org/project/RsCMPX-BluetoothMeas/ Documentation: https://RsCMPX-BluetoothMeas.readthedocs.io/
WCDMA Measurement:https://pypi.org/project/RsCMPX-WcdmaMeas/ Documentation: https://RsCMPX-WcdmaMeas.readthedocs.io/
Narrowband IoT Measurement:https://pypi.org/project/RsCMPX-NiotMeas/ Documentation: https://RsCMPX-NiotMeas.readthedocs.io/
WLAN Measurement:https://pypi.org/project/RsCMPX-WlanMeas/ Documentation: https://RsCMPX-WlanMeas.readthedocs.io/
CMX Signaling:https://pypi.org/project/RsCMX-Signaling/ Documentation: https://RsCMX-Signaling.readthedocs.io/

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