Revision History

RsCMPX_WcdmaMeas

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

Rohde & Schwarz CMP180 WCDMA Measurement RsCMPX_WcdmaMeas instrument driver.

Basic Hello-World code:

from RsCMPX_WcdmaMeas import *

instr = RsCMPX_WcdmaMeas('TCPIP::192.168.2.101::hislip0')
idn = instr.query('*IDN?')
print('Hello, I am: ' + idn)

Supported instruments: CMP180

The package is hosted here: https://pypi.org/project/RsCMPX-WcdmaMeas/

Documentation: https://RsCMPX-WcdmaMeas.readthedocs.io/

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

Version history

Latest release notes summary: Update for FW 5.0.40

Version 5.0.40
  • Update for FW 5.0.40

Version 4.0.186
  • Fixed documentation

Version 4.0.185
  • First released version for FW 4.0.185