Revision History
rscmw-base
Rohde & Schwarz CMW Base System rscmw-base instrument driver.
Basic Hello-World code:
from rscmw_base import *
instr = RsCmwBase('TCPIP::192.168.2.101::hislip0')
idn = instr.utilities.query('*IDN?')
print('Hello, I am: ' + idn)
Supported instruments: CMW500, CMW100, CMW270, CMW280
The package is hosted here: https://pypi.org/project/rscmw-base/
Documentation: https://rscmw-base.readthedocs.io/
Examples: https://github.com/Rohde-Schwarz/Examples/
Version history
Latest release notes summary: New package+module name, update for FW 4.0.250
- Version 4.0.250
New package and module name ‘rscmw_base’
Update for FW 4.0.250