Add your description here
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rs_mrt_dau_utilities-0.2.2.tar.gz.
File metadata
- Download URL: rs_mrt_dau_utilities-0.2.2.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62ff29df82b66bec9f64cc151ddc257d954340e239c7241ad1c48dc73e62bf5e
|
|
| MD5 |
1c48ee28c6c2eedcde4124eb201fc3ca
|
|
| BLAKE2b-256 |
e8bca9a6fa8ef28b4a8cceb67a086877e195bee997d312a211784bcf190d4dd6
|
File details
Details for the file rs_mrt_dau_utilities-0.2.2-py3-none-any.whl.
File metadata
- Download URL: rs_mrt_dau_utilities-0.2.2-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be37a6a5d1d3d9e02cf5c8b076661ec677159de2b8ed8f0788ede937442799b7
|
|
| MD5 |
e84de8e4c04bbc5dd224609a488b4819
|
|
| BLAKE2b-256 |
c820b7f79ae7d40adde7f78fa09adb818c5408fcbc5724141d50aa86a0b68e07
|