Skip to main content
https://img.shields.io/pypi/v/rsrtx.svg https://readthedocs.org/projects/sphinx/badge/?version=master https://img.shields.io/pypi/l/rsrtx.svg https://img.shields.io/pypi/pyversions/pybadges.svg https://img.shields.io/pypi/dm/rsrtx.svg

Rohde & Schwarz RTO Series Digital Oscilloscopes Driver rsrtx instrument driver.

Basic waveform fetching example:

from rsrtx import *
from rsrtx.enums import *

rto = RsRtx('TCPIP::192.168.2.102::hislip0')
print('Hello, I am: ' + rto.utilities.idn_string)
rto.trigger.mode.set(trigger_mode=TriggerMode.AUTO)
rto.channel.range.set(range_py=10)
rto.channel.state.set(True)
print('\nStarting the acquisition ...')
rto.run.single_and_wait()
print('... acquisition complete')
header = rto.channel.waveform.data.header.get()
print('Waveform:')
print(f'Time start: {header.Start} s, Time stop: {header.Stop} s')
waveform = rto.channel.waveform.data.values.get()
print(f'Record length: {len(waveform)} samples')

rto.close()

Supported instruments: RTO,RTP

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

Documentation: https://rsrtx.readthedocs.io/

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

Version history

Latest release notes summary: Update for FW 5.60

Version 5.60.1
  • Update for FW 5.60

Version 5.55.0 - First released version.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rsrtx-5.60.1.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rsrtx-5.60.1-py3-none-any.whl (5.3 MB view details)

Uploaded Python 3

File details

Details for the file rsrtx-5.60.1.tar.gz.

File metadata

  • Download URL: rsrtx-5.60.1.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for rsrtx-5.60.1.tar.gz
Algorithm Hash digest
SHA256 6c64a0d0cab2813adea7fd3fe5da9c70ebe6e22f43fc01fd0d1e95732a17ec28
MD5 15c8548635bbde330f0665a1e02bd9c5
BLAKE2b-256 9126cd3aa3f63c5aa75cc2aa722e33620bf6aded2d460bea04677926a6549feb

See more details on using hashes here.

File details

Details for the file rsrtx-5.60.1-py3-none-any.whl.

File metadata

  • Download URL: rsrtx-5.60.1-py3-none-any.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for rsrtx-5.60.1-py3-none-any.whl
Algorithm Hash digest
SHA256 23a0a1cd9a47e1b6ed066aa820c8d3efa772736573252a56784ce5d9b024879f
MD5 a49afd5454f767b082ffb6a8e0302d9c
BLAKE2b-256 4a007e99bb420b150bdb0eacec5ee9509ff8c8e94c39a624b2449567a6ad8a05

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

5.60.1 This release

2 files

5.55.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page