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.3.zip
(9.8 kB
view details)
Built Distributions
tdm_loader-1.1.3.win-amd64.exe
(232.6 kB
view details)
tdm_loader-1.1.3-py2.7.egg
(15.1 kB
view details)
File details
Details for the file tdm_loader-1.1.3.zip
.
File metadata
- Download URL: tdm_loader-1.1.3.zip
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
876c974a64231a8bc4ef1316a8daf28aca40e4c471a78b3af49b5dcc52aa7601
|
|
MD5 |
26b67e108f701d047b43e971452abf4d
|
|
BLAKE2b-256 |
8c3a2846e3edfc9121c934228d03e45300599105a1c0958230f8ed9ff55495cf
|
File details
Details for the file tdm_loader-1.1.3.win-amd64.exe
.
File metadata
- Download URL: tdm_loader-1.1.3.win-amd64.exe
- Upload date:
- Size: 232.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ce026ea4dea39215930262d6fb3c384ab79873276035a43d2c4f4b78c6ad2fce
|
|
MD5 |
29398148ef451ee0246097da830145a4
|
|
BLAKE2b-256 |
f398a1de2c190660523cd2456905b28e8eea6e4cfeeccf83cad645f939826bbb
|
File details
Details for the file tdm_loader-1.1.3-py2.7.egg
.
File metadata
- Download URL: tdm_loader-1.1.3-py2.7.egg
- Upload date:
- Size: 15.1 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b37af652c111693ca0ceb7519c864b8ed0bb1b4352a12b9e48b97a1d93fe4ab0
|
|
MD5 |
77229a4f99f8cc0852cf6948eb284b14
|
|
BLAKE2b-256 |
6322448b06042b3dcc6e9aa134ac92cb62f952f14ae7647f1fe77b7b8fdcab29
|