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 row:
data_file[row_num]
Access a column by name:
data_file[column_name]
Access a column by number:
data_file.col(column_num)
Search for a column name. A list of all column names that contain search_term 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.0.1.tar.gz
(4.9 kB
view hashes)
Built Distributions
tdm_loader-1.0.1.linux-x86_64.exe
(68.1 kB
view hashes)
tdm_loader-1.0.1-py2.7.egg
(10.8 kB
view hashes)
Close
Hashes for tdm_loader-1.0.1.linux-x86_64.exe
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1f410ad88728a74798c9aed06abb08a37c59ce665a144413233acb68a5da658 |
|
MD5 | 6b38a4780b979fe3e5233cbde9137893 |
|
BLAKE2b-256 | 0ddda7b8640e90fb531b74ee8aaa528af903dc69cc448c1561ddc14bcc41562b |