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.5
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.5.tar.gz | 7.2 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tdm_loader-1.1.5.win-amd64.exe | Details | |||
| tdm_loader-1.1.5-py2.7.egg | Legacy Egg format | - | - | Details |
Total release size:255.9 kB
Release files / tdm_loader-1.1.5.tar.gz
| Download URL | tdm_loader-1.1.5.tar.gz |
|---|---|
| Size | 7.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
741c85adf3c48b9af57392648e291057313d509401259aca414ab11341200c72
|
|
BLAKE2b-256 checksum How to use checksums |
5e962593c64357a7e3ceff07d8f12412371d628922e40e051242d1ad02f8c301
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / tdm_loader-1.1.5.win-amd64.exe
| Download URL | tdm_loader-1.1.5.win-amd64.exe |
|---|---|
| Size | 232.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4ece584d9ddb7ea12e4b17fb52e5405ab0d2962c8c5a58b2edef883f0627d2e7
|
|
BLAKE2b-256 checksum How to use checksums |
add976e41ccf648e86f07e7bc43ace7eba8990642bed675b57ee4ea819080308
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / tdm_loader-1.1.5-py2.7.egg
| Download URL | tdm_loader-1.1.5-py2.7.egg |
|---|---|
| Size | 15.8 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
2f5166b548f6db1f8cbb557a944e94388cc486f1100d6241e8501bebcb454a15
|
|
BLAKE2b-256 checksum How to use checksums |
e54736ac909ae3ba21062d44e189497ca628825d051faf2d3eda66baeff99914
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |