Revision History

RsLcx

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

Rohde & Schwarz LCR Meter RsLcx instrument driver.

Basic Hello-World code:

from RsLcx import *

instr = RsLcx('TCPIP::192.168.2.101::hislip0')
idn = instr.query('*IDN?')
print('Hello, I am: ' + idn)

Check out the full documentation on ReadTheDocs.

Supported instruments: LCX

The package is hosted here: https://pypi.org/project/RsLcx/

Documentation: https://RsLcx.readthedocs.io/

Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/Misc/Python/RsLcx_ScpiPackage

Version history

Latest release notes summary: First release for FW 2.007

Version 2.7
  • First release for FW 2.007