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.2.tar.gz
(4.9 kB
view hashes)
Built Distributions
tdm_loader-1.0.2.linux-x86_64.exe
(68.3 kB
view hashes)
tdm_loader-1.0.2-py2.7.egg
(11.2 kB
view hashes)
Close
Hashes for tdm_loader-1.0.2.linux-x86_64.exe
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee655caff8f68b28ac7dfc35d1038e7324449c8ec3969cf55b38c8b1b576e287 |
|
MD5 | 9944695a53637a5edafb9f018ac145aa |
|
BLAKE2b-256 | a647245cebbb468639d6ae5d4ae3bc971d82d4c2bd6fda3d3d8ed1f4b2721581 |