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 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


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