levylabpitt / LV-Data

Collection of LabVIEW VIs to read and write lab data.
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Reconcile reading DAT and TDMS data #93

Closed ciozi137 closed 1 year ago

ciozi137 commented 2 years ago

DAT requires this construction: image

[key-value] where value = variant = [DBL]

TDMS: image

[key-value] where value = variant = dict = key-value2 where value2 = variant = data (always [DBL]?)

ciozi137 commented 1 year ago

This issue might belong in levylabpitt/LV-Data

ciozi137 commented 1 year ago

image

ciozi137 commented 1 year ago

Fix looks like this: image