Revision History

RsSmcv

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

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: Update for FW 5.20.043

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