Socket
Socket
Sign inDemoInstall

tdm-loader

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tdm-loader

Open National Instruments TDM/TDX files as NumPy structured arrays.


Maintainers
1

Readme

PyPI Pytest Coverage Status Documentation Status

This module allows National Instruments TDM/TDX files to be accessed like NumPy structured arrays.

To install the newest version use::

pip install tdm-loader

Sample usage::

import tdm_loader
data_file = tdm_loader.OpenFile('filename.tdm')

Access a channel by channel group and channel index combination::

data_file.channel(channel_group, channel)

Get a dict of all channels in a channel group:

data_file.channel_dict(channel_group)

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)

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc