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)
Release files for tdm-loader 1.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tdm_loader-1.1.1.zip | 9.6 kB | Details |
Release files / tdm_loader-1.1.1.zip
| Download URL | tdm_loader-1.1.1.zip |
|---|---|
| Size | 9.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e1c73ff81f648ee46edf53f3f4fbf205045fed857dd0497e07029773cae8f47e
|
|
BLAKE2b-256 checksum How to use checksums |
c1aea1933b671451e394dc4ae474ae3ae6e1a198f1adc792308d9f83af32f191
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |