Skip to main content

A simple script for converting National Instruments TDMS files to AxoGraph files

Project description

A simple script for converting National Instruments TDMS files to AxoGraph files

PyPI project GitHub source code

Installation

Install the latest version using pip:

pip install -U tdms2axg

Command Line Interface

Installing the package adds the tdms2axg command, accessible from the command line:

usage: tdms2axg [-h] [-f] [-q] file

A simple script for converting National Instruments TDMS files to AxoGraph
files. The AxoGraph (AXGX) file is saved with the same name and in the same
directory as the TDMS file. By default, an existing AxoGraph file will not be
overwritten; use --force to overwrite.

positional arguments:
  file         the path to a TDMS file

optional arguments:
  -h, --help   show this help message and exit
  -f, --force  overwrite the output file if it already exists
  -q, --quiet  run silently

Python Interface

The main functionality of the package can also be accessed programmatically:

from tdms2axg import tdms2axg
tdms2axg('my_data.tdms')

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

tdms2axg-0.1.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

tdms2axg-0.1.2-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

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