SMCV100B Vector Signal Generator Remote-control module
Project description
Rohde & Schwarz SMCV100B Vector Signal Generator RsSmcv instrument driver.
Basic Hello-World code:
from RsSmcv import *
instr = RsSmcv('TCPIP::192.168.56.101::HISLIP', reset=True)
idn = instr.query_str('*IDN?')
print('Hello, I am: ' + idn)
Check out the full documentation on ReadTheDocs
Supported instruments: SMCV100B
The package is hosted here: https://pypi.org/project/RsSmcv/
Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Python/RsSmcv_ScpiPackage
Version history
Latest release notes summary: Updated core to the newest template.
- 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.