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.5.tar.gz
(7.2 kB
view details)
Built Distributions
tdm_loader-1.1.5.win-amd64.exe
(232.9 kB
view details)
tdm_loader-1.1.5-py2.7.egg
(15.8 kB
view details)
File details
Details for the file tdm_loader-1.1.5.tar.gz
.
File metadata
- Download URL: tdm_loader-1.1.5.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
741c85adf3c48b9af57392648e291057313d509401259aca414ab11341200c72
|
|
MD5 |
f720f0d7ad55195d7efc17fb46dee5bf
|
|
BLAKE2b-256 |
5e962593c64357a7e3ceff07d8f12412371d628922e40e051242d1ad02f8c301
|
File details
Details for the file tdm_loader-1.1.5.win-amd64.exe
.
File metadata
- Download URL: tdm_loader-1.1.5.win-amd64.exe
- Upload date:
- Size: 232.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4ece584d9ddb7ea12e4b17fb52e5405ab0d2962c8c5a58b2edef883f0627d2e7
|
|
MD5 |
c4aa138288c62d4e2cea7585a9a2f739
|
|
BLAKE2b-256 |
add976e41ccf648e86f07e7bc43ace7eba8990642bed675b57ee4ea819080308
|
File details
Details for the file tdm_loader-1.1.5-py2.7.egg
.
File metadata
- Download URL: tdm_loader-1.1.5-py2.7.egg
- Upload date:
- Size: 15.8 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2f5166b548f6db1f8cbb557a944e94388cc486f1100d6241e8501bebcb454a15
|
|
MD5 |
d447022e339ce8790447cf3f56f54b3f
|
|
BLAKE2b-256 |
e54736ac909ae3ba21062d44e189497ca628825d051faf2d3eda66baeff99914
|