Revision History
RsCmwNrFr1Meas
Rohde & Schwarz CMW New Radio FR1 Measurement RsCmwNrFr1Meas instrument driver.
Basic Hello-World code:
from RsCmwNrFr1Meas import *
instr = RsCmwNrFr1Meas('TCPIP::192.168.2.101::hislip0')
idn = instr.query('*IDN?')
print('Hello, I am: ' + idn)
Supported instruments: CMW500, CMW100
The package is hosted here: https://pypi.org/project/RsCmwNrFr1Meas/
Documentation: https://RsCmwNrFr1Meas.readthedocs.io/
Examples: https://github.com/Rohde-Schwarz/Examples/
Version history
Release Notes:
Latest release notes summary: Fixed failing ‘import visa’ statement for python 3.10+
- Version 3.8.42
Fixed failing ‘import visa’ statement for python 3.10+
- Version 3.8.41
First released version for FW 3.8.41