0 purchases
RsCma 4.0.20
Rohde & Schwarz CMA180 Radio Tester Driver RsCma instrument driver.
Basic Hello-World code:
from RsCma import *
instr = RsCma('TCPIP::192.168.2.101::hislip0')
idn = instr.query('*IDN?')
print('Hello, I am: ' + idn)
Supported instruments: CMA180
The package is hosted here: https://pypi.org/project/RsCma/
Documentation: https://RsCma.readthedocs.io/
Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/RadioTestSets/Python/RsCma_ScpiPackage
Version history
Latest release notes summary: Update for Firmware 4.0.20
Version 4.0.20
Update for Firmware 4.0.20
Version 4.0.10
Update for Firmware 4.0.10
Version 1.7.20
Update for Firmware 1.7.20
Version 1.7.10
Fixed bug in interfaces with the name ‘base’
Version 1.7.10
Update for Firmware 1.7.10
Fixed several misspelled errors
Version 1.5.70
Added documentation on ReadTheDocs
Version 1.5.70.21
Added new data types for commands accepting numbers or ON/OFF:
int or bool
float or bool
Version 1.5.70.0018
First released version
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.