Open National Instruments TDM/TDX files as NumPy structured arrays.
Project description
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)
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
tdm_loader-1.2.3.tar.gz
(465.1 kB
view hashes)
Built Distribution
tdm_loader-1.2.3-py3-none-any.whl
(10.5 kB
view hashes)
Close
Hashes for tdm_loader-1.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aeb2dfba04b65526b5b2d8fec8c9da619b57079a53d89b6a7676272ef569694d |
|
MD5 | 0b1c2876903c36ede31eb9e068647a05 |
|
BLAKE2b-256 | 77bca3cb525a1de7679ecc244f3619d2023dd84be138a3078dd5e3d2e565750e |