I'm using the TDMS format to import my Labview Data into Matlab. To
read out the main root, group and channel properties I simply copied
the respective parts of the 'ReadTDM' example taken from the NI-
support home page and everything works fine.
While checking my recordings with the Excel-plugin I recognized that
there are several other properties of interest stored , but which I
don't know how to adress in my "DDC_FILE_ ..." commands (Sample clock
rate, min/max values, etc.) .
My question: Is there a list or manual how to adress these extra
properties? I tried some variations of the names shown in Excel (like
DDC_FILE_SAMPLECLOCK.Value) but this didn't work out.
thanks in advance for any hint