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.6.tar.gz
(495.0 kB
view hashes)
Built Distribution
tdm_loader-1.2.6-py3-none-any.whl
(11.6 kB
view hashes)
Close
Hashes for tdm_loader-1.2.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b02952a744ffabde072c1daea00c8c79dbdca59d8e8a6907dacce094b626fe4b |
|
MD5 | 9f847d08b097b5eaca1a81e394518b50 |
|
BLAKE2b-256 | 92cff6b15c0e6c9bf66d4348af018bfb23db35d164c37230dfc4c4212e55ec7c |