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 column by number:
data_file[column_num]
Access a column by number:
data_file.col(column_num)
Access a channel by channel group and channel index combination:
data_file.channel(channel_group, channel)
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.1.1.zip
(9.6 kB
view details)
File details
Details for the file tdm_loader-1.1.1.zip
.
File metadata
- Download URL: tdm_loader-1.1.1.zip
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e1c73ff81f648ee46edf53f3f4fbf205045fed857dd0497e07029773cae8f47e
|
|
MD5 |
e338dc43d2a15528065cf34d0aec88e3
|
|
BLAKE2b-256 |
c1aea1933b671451e394dc4ae474ae3ae6e1a198f1adc792308d9f83af32f191
|