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.
It can be installed in the standard way::
python setup.py install
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.2.tar.gz
(464.4 kB
view hashes)
Built Distribution
Close
Hashes for tdm_loader-1.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4110ec587d77369d14733e84b45282bb2b698d7894b0aafc25063c3ead7b606e |
|
MD5 | ccdf6f91423feef3073662fe7b1631f8 |
|
BLAKE2b-256 | 6ca31cd9df8d3638041498fd1ddcddf1119eb0b2f673902695e09e38e1f34e96 |