Skip to main content
Testing Code testing status Docs testing status Coverage status
Code Quality CodeQL status CodeFactor grade pre-commit status
Package PyPI: Package status PyPI: Latest release version PyPI: Supported Python versions PyPI: Downloads License: Apache 2.0 Package build status PyPI upload status
Documentation ReadtheDocs Status
Code Style Test style: pytest Code style: ruff Docstring style: google
Linting pre-commit enabled Docstring formatter: docformatterLinter: pylint

tm_data_types: Test & Measurement Data Types

tm_data_types provides tools to convert, edit, and write waveform data from Test & Measurement devices. It simplifies handling waveform formats like CSV, WFM, and BIN in Python.

tm_data_types can be used to:

  • Convert CSV, WFM, and BIN format into a waveform object,
  • Add or edit waveform metadata,
  • Write a valid waveform object to a file.

Supported File Formats

Interface File formats
Reader .csv, .wfm1
Writer .csv, .wfm1

Installation

pip install tm_data_types

Basic Usage

Write File

from tm_data_types import AnalogWaveform, write_file

waveform = AnalogWaveform()
file_path = "waveform_1.wfm"
write_file(file_path, waveform)

Read File

from tm_data_types import read_file

file_path = "waveform_1.wfm"
waveform = read_file(file_path)

Documentation

See the full documentation at https://tm-data-types.readthedocs.io

Maintainers

Before reaching out to any maintainers directly, please first check if your issue or question is already covered by any open issues. If the issue or question you have is not already covered, please file a new issue or start a discussion and the maintainers will review and respond there.

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

tm_data_types was created by Tektronix. It is licensed under the terms of the Apache License 2.0.

Security

The signatures of the files uploaded to PyPI and each GitHub Release can be verified using the GitHub CLI attestation verify command. The artifact attestations can also be directly downloaded from the GitHub repo attestations page if desired.

gh attestation verify --owner tektronix <file>
  1. Currently, tm_data_types only supports the Tektronix proprietary .wfm format. Support for other formats is planned for future releases. 2

Download files

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

Source Distribution

tm_data_types-0.5.0.tar.gz (62.4 kB view details)

Uploaded Source

Built Distribution

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

tm_data_types-0.5.0-py3-none-any.whl (85.8 kB view details)

Uploaded Python 3

File details

Details for the file tm_data_types-0.5.0.tar.gz.

File metadata

  • Download URL: tm_data_types-0.5.0.tar.gz
  • Upload date:
  • Size: 62.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for tm_data_types-0.5.0.tar.gz
Algorithm Hash digest
SHA256 e1f74b53ae614422a0695c8ec4ed08f62dde71da3640d264efa8891d1d3122e3
MD5 565b9fa90f8d2dc0dad02affb5e21147
BLAKE2b-256 3a5c69a75b417a5cc794998e5dfb5ca29b0f6123ccbafe09dfc959211ab7049c

See more details on using hashes here.

File details

Details for the file tm_data_types-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: tm_data_types-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 85.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for tm_data_types-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 06eae9fccaab3b57bef3d789b27e9873dcba6b4a600312ee0aca184f2adbfa3e
MD5 35039ab5e786c6f0841478eb4b7e9215
BLAKE2b-256 01145b4ffaf92bf94ebc801acd0f8f9afee2b1a4ba5e9aa4ef429720d81624fc

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.5.0 This release

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.1

2 files

0.1.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