Skip to content

A simple script to read TDMS files from a given directory, plot them and save them as csv files.

Notifications You must be signed in to change notification settings

FabrizioMusacchio/tdms-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Read TDMS files

This repository contains a simple script to read TDMS files from a given directory, plot them and save them as csv files.

TDMS (Technical Data Management Streaming) files are a proprietary format from National Instruments, and can be read using the nptdms library.

A TDMS file consists of three hierarchical levels:

  1. File Level: Contains global properties and metadata.
  2. Group Level: Organizes data into logical groups (e.g., different sensors or signal types).
  3. Channel Level: Contains actual measurement data and properties related to individual signals.

For reproducibility:

conda create -n tdms -y python mamba
conda activate tdms
mamba install -y numpy pandas matplotlib ipykernel nptdms

About

A simple script to read TDMS files from a given directory, plot them and save them as csv files.

Topics

Resources

Stars

Watchers

Forks

Languages