Revision History

rscmw-base

https://img.shields.io/pypi/v/rscmw-base.svg https://readthedocs.org/projects/sphinx/badge/?version=master https://img.shields.io/pypi/l/rscmw-base.svg https://img.shields.io/pypi/pyversions/pybadges.svg https://img.shields.io/pypi/dm/rscmw-base.svg

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