You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.
spec.summary = %q{Reads TDMS files. TDMS is a binary file format for measurement data created by National Instruments.}
spec.description = <<-DESCRIPTION
TDMS is a binary file format for measurement data. It was created by National Instruments.
National Instruments software such as LabVIEW, DIAdem, and Measurement Studio support reading and writing TDMS files. NI also provides a DLL written in C for using TDMS files on Windows.
RubyTDMS provides a convenient way to work with TDMS files on Unix-like platforms.