0 purchases
RsSmcv 5.20.44
Rohde & Schwarz SMCV100B Vector Signal Generator RsSmcv instrument driver.
Basic Hello-World code:
from RsSmcv import *
instr = RsSmcv('TCPIP::192.168.56.101::hislip0', reset=True)
idn = instr.query_str('*IDN?')
print('Hello, I am: ' + idn)
Supported instruments: SMCV100B
The package is hosted here: https://pypi.org/project/RsSmcv/
Documentation: https://RsSmcv.readthedocs.io/
Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Python/RsSmcv_ScpiPackage
Version history
Latest release notes summary: Fixed all commands ‘Pattern’ variables from lists to raw scalar strings.
Version 5.20.44
Fixed all commands ‘Pattern’ variables from lists to raw scalar strings.
Version 5.20.43
Update for FW 5.20.043
Version 5.0.124.16
Updated core to the newest template.
Added DigitalModulation Interface.
Version 5.0.122.13
Update for FW 5.00.122
Version 4.80.2.11
Fixed bug in interfaces with the name ‘base’, new docu format
Version 4.80.2.6
First released version
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.