Revision History
RsCMPX_WcdmaMeas
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