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.00.tar.gz
(4.7 kB
view hashes)
Built Distributions
tdm_loader-1.00.linux-x86_64.exe
(67.9 kB
view hashes)
tdm_loader-1.00-py2.7.egg
(10.7 kB
view hashes)
Close
Hashes for tdm_loader-1.00.linux-x86_64.exe
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5044e9c309fab1daf37f532b2d96fa457a951723b75a3f793381edde1e5f2698 |
|
MD5 | 41dc59a4df65f3ac979a0c8b997291f9 |
|
BLAKE2b-256 | 46e731d9264b8f16aef78e925895c56e60caa7bfc878e2989bb94a6378a81fdd |