Revision History

RsAreg

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

Rohde & Schwarz AREG100A automotive radar echo generator RsAreg instrument driver.

Basic Hello-World code:

from RsAreg import *

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

Supported instruments: AREG

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

Documentation: https://RsAreg.readthedocs.io/

Examples: https://github.com/Rohde-Schwarz/Examples/

Version history

Latest release notes summary: Documentation Fixes

Version 4.80.71
  • Documentation Fixes

Version 4.80.70
  • First release for FW 4.80.070