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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tdm_loader-1.0.1.tar.gz.
File metadata
- Download URL: tdm_loader-1.0.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79a003f6cedd6bb26d73618539c29ba4e1bf98ee4998fb7d31cee11cb92f5b9a
|
|
| MD5 |
cc6af6f9638740c8332643c3114add53
|
|
| BLAKE2b-256 |
ad528f46dba379373d99871361e29d9b26bfa529f4b909ef616d408120d40a93
|
File details
Details for the file tdm_loader-1.0.1.linux-x86_64.exe.
File metadata
- Download URL: tdm_loader-1.0.1.linux-x86_64.exe
- Upload date:
- Size: 68.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1f410ad88728a74798c9aed06abb08a37c59ce665a144413233acb68a5da658
|
|
| MD5 |
6b38a4780b979fe3e5233cbde9137893
|
|
| BLAKE2b-256 |
0ddda7b8640e90fb531b74ee8aaa528af903dc69cc448c1561ddc14bcc41562b
|
File details
Details for the file tdm_loader-1.0.1-py2.7.egg.
File metadata
- Download URL: tdm_loader-1.0.1-py2.7.egg
- Upload date:
- Size: 10.8 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d51f6fd6817269569f86f7a06c9d5bc00fdadd110693eba282280d14f176a0b
|
|
| MD5 |
8d670498f0098af3e4aeee82e91d8793
|
|
| BLAKE2b-256 |
79b6bca907adac96aa0dbc1be720731fabb3c571b972fee78346256bb2b0de5d
|