Revision History

RsCMPX_LteMeas

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

Rohde & Schwarz CMX/CMP LTE Measurement RsCMPX_LteMeas instrument driver.

Basic Hello-World code:

from RsCMPX_LteMeas import *

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

Supported instruments: CMX500, CMP180, PVT360

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

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

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

Version history

Latest release notes summary: Update for FW 5.0.70

Version 5.0.70
  • Update for FW 5.0.70

Version 4.0.186
  • Fixed Documentation

Version 4.0.185
  • Update to FW 4.0.185

Version 4.0.140
  • Update of RsCMPX_LteMeas to FW 4.0.140 from the complete FW package 7.10.0

Version 4.0.60
  • Update of RsCMPX_LteMeas to FW 4.0.60

Version 4.0.10
  • First released version