Revision History

RsNgx

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

Rohde & Schwarz NGx Power Supply RsNgx instrument driver.

Basic Hello-World code:

from RsNgx import *

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

Check out the full documentation on ReadTheDocs.

Supported instruments: NGU, NGL, NGM, NGP

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

Documentation: https://RsNgx.readthedocs.io/

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

Version history

Latest release notes summary: Docu Fixes

Version 3.1.0
  • Docu Fixes

Version 3.1.0.49
  • Rebuilt with new driver core

Version 3.1.0.48
  • Update for NGP800 FW 2.015

Version 3.0.0.39
  • First released version for NGU FW 3.0