Helpers to process and visualize measurement data from Rohde & Schwarz MRT DAU
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)
delay code:
import rs_mrt_dau_utilities.delay as delay
log_file_path = 'centralservice.log'
delay_df = delay.extract_delay_from_log(log_file_path)
print(delay_df)
Installation
You can install the package via pip:
pip install rs-mrt-dau-utilities
Note on Windows: You need the following additional dependencies if you get the error below: .. code-block:: bash
error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools”: https://visualstudio.microsoft.com/visual-cpp-build-tools/
You can install them with this command: .. code-block:: bash
vs_buildtools.exe –norestart –passive –downloadThenInstall –includeRecommended –add Microsoft.VisualStudio.Workload.NativeDesktop –add Microsoft.VisualStudio.Workload.VCTools –add Microsoft.VisualStudio.Workload.MSBuildTools
Check out the full documentation on ReadTheDocs.
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.7.0.tar.gz.
File metadata
- Download URL: rs_mrt_dau_utilities-0.7.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00b2c25387e6a2a97233b92dcf59fb29d386fc62725f2cf6350f6714b2a386e9
|
|
| MD5 |
e813f3bc51cb42396df6d094fd199ed3
|
|
| BLAKE2b-256 |
2a7f742ed2fea86ab94d44a21904a65850753a2ec3265d4b2fa03aec111c756b
|
Provenance
The following attestation bundles were made for rs_mrt_dau_utilities-0.7.0.tar.gz:
Publisher:
publish.yml on Rohde-Schwarz/rs-mrt-dau-utilities
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rs_mrt_dau_utilities-0.7.0.tar.gz -
Subject digest:
00b2c25387e6a2a97233b92dcf59fb29d386fc62725f2cf6350f6714b2a386e9 - Sigstore transparency entry: 944003398
- Sigstore integration time:
-
Permalink:
Rohde-Schwarz/rs-mrt-dau-utilities@c2c2dcb465b73d9d30afdb70edbc4b9474803c40 -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/Rohde-Schwarz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@c2c2dcb465b73d9d30afdb70edbc4b9474803c40 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rs_mrt_dau_utilities-0.7.0-py3-none-any.whl.
File metadata
- Download URL: rs_mrt_dau_utilities-0.7.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a72aa6b30704a8d1abc337334db0839f0144f8fe35e5f581b46d6a1f42d8bcba
|
|
| MD5 |
35a99eaf43275ea7e292b519c34f5432
|
|
| BLAKE2b-256 |
4c84cfdf519b58d0612cc503602d50e97809ac50edbd4104e0910a1d1e319dfa
|
Provenance
The following attestation bundles were made for rs_mrt_dau_utilities-0.7.0-py3-none-any.whl:
Publisher:
publish.yml on Rohde-Schwarz/rs-mrt-dau-utilities
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rs_mrt_dau_utilities-0.7.0-py3-none-any.whl -
Subject digest:
a72aa6b30704a8d1abc337334db0839f0144f8fe35e5f581b46d6a1f42d8bcba - Sigstore transparency entry: 944003403
- Sigstore integration time:
-
Permalink:
Rohde-Schwarz/rs-mrt-dau-utilities@c2c2dcb465b73d9d30afdb70edbc4b9474803c40 -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/Rohde-Schwarz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@c2c2dcb465b73d9d30afdb70edbc4b9474803c40 -
Trigger Event:
release
-
Statement type: