Skip to main content

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


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.0.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distributions

tdm_loader-1.0.1.linux-x86_64.exe (68.1 kB view hashes)

Uploaded Source

tdm_loader-1.0.1-py2.7.egg (10.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page