itomac / sdypy_io_tdms

sdypy_io_tdms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDyPy TDMS io

Basic package to import National Instruments .tdms files in a way compliant with SDyPy format for timeseries as proposed in SEP005.

Using the package

from sdypy_io_tdms import read_tdms

file_path = # Path to the tdms file of interest
signals = read_tdms(file_path)

Acknowledgements

This package was developed in the framework of the [Interreg Smart Circular Bridge project](https://vb.nweurope.eu/projects/project-search/smart-circular-bridge-scb-for-pedestrians-and-cyclists-in-a-circular-built-environment/)

About

sdypy_io_tdms

License:MIT License


Languages

Language:Python 100.0%