Skip to main content

Add your description here

Project description

https://img.shields.io/pypi/v/rs-mrt-dau-utilities.svg https://readthedocs.org/projects/sphinx/badge/?version=master https://img.shields.io/pypi/l/rs-mrt-dau-utilities.svg https://img.shields.io/pypi/pyversions/pybadges.svg https://img.shields.io/pypi/dm/rs-mrt-dau-utilities.svg

rs-mrt-dau-utilities package provides two convenient modules for Rohde & Schwarz Data Application Unit (DAU): - ip-analysis module for creating Polars dataframes from the SCPI results. - delay module for creating Polars dataframes from the centralservice.log file.

Ip analysis code:

from RsInstrument import *
import rs_mrt_dau_utilities.ip_analysis as ipana

cmx = RsInstrument('TCPIP::10.102.20.55::hislip0')
iden = cmx.query("*IDN?")
print(iden)
ip_analysis_res=cmx.query('FETCh:DATA:MEASurement:IPANalysis:RESult?')
parsed_sequences = ipana.ipanalysis_parse_scpi_result(ip_analysis_res)

list_of_dfs = ipana.ipanalysis_init_dataframes()

for sequence in parsed_sequences:
   for message in sequence['json_messages']:
         ipana.ipanalysis_update_dataframes(list_of_dfs, message)

print(list_of_dfs)

Check out the full documentation on ReadTheDocs.

Our public Rohde&Schwarz Github repository hosts many examples using this library. If you’re looking for examples with specific instruments, check out the ones for Oscilloscopes, Powersensors, Powersupplies, Spectrum Analyzers, Vector Network Analyzers.

Version history:

Version 0.2.0 (14.11.2025)
  • initial release.

Project details


Download files

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

Source Distribution

rs_mrt_dau_utilities-0.2.1.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

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

rs_mrt_dau_utilities-0.2.1-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file rs_mrt_dau_utilities-0.2.1.tar.gz.

File metadata

File hashes

Hashes for rs_mrt_dau_utilities-0.2.1.tar.gz
Algorithm Hash digest
SHA256 d8ccd11f59f55acdfbb18d6208c1709fc8a6217dc6d5a7eb617867675c8e17bb
MD5 cca87cc0880c88689c69cac50a054ef7
BLAKE2b-256 70201be6883e8817d7637ec168757482600c5fa76c53f4a4f98a7457314e9c5e

See more details on using hashes here.

File details

Details for the file rs_mrt_dau_utilities-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for rs_mrt_dau_utilities-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f23d01ab3603e93cf0eb5be028a77c99cc94dece629c72dbccf10e44f221096a
MD5 27e8916965fe7b92b4547baa86a5ba07
BLAKE2b-256 1cb885bed536728814a59b3c6172e51c8c1e6fdf19f78576b79ddadfeae4839b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page