Skip to content

This modules allows accessing Labview TDM/TDX files to be accessed like numpy structured arrays.

License

Notifications You must be signed in to change notification settings

domna/tdm_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c00e5e7 · Mar 28, 2024

History

74 Commits
Feb 4, 2022
Feb 4, 2022
Mar 28, 2024
Nov 7, 2022
Mar 28, 2024
Apr 11, 2022
Feb 10, 2017
Feb 5, 2022
Feb 4, 2022
Feb 4, 2022
Mar 16, 2022
Feb 4, 2022

Repository files navigation

PyPI Pytest Coverage Status Documentation Status

This module allows National Instruments TDM/TDX files to be accessed like NumPy structured arrays.

To install the newest version use::

pip install tdm-loader

Sample usage::

import tdm_loader
data_file = tdm_loader.OpenFile('filename.tdm')

Access a channel by channel group and channel index combination::

data_file.channel(channel_group, channel)

Get a dict of all channels in a channel group:

data_file.channel_dict(channel_group)

Search for a column name. A list of all column names that contain search_term and their indices will be returned::

data_file.channel_search(search_term)

About

This modules allows accessing Labview TDM/TDX files to be accessed like numpy structured arrays.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages