Hello,
I would like to save waveform with attributes in TDMS file. One of the attributes I want to save is an array. Since TDMS does not allow array attributes and returns an error, I tried the following: flatten array into string, add string attribute to the waveform and save it in TDMS file. But when I read the waveform back. the particular waveform attribute is an empty string. I believe it is due to special characters present in the output string of "Flatten to string" vi. Is it a bug or working as intended?
Here's an example of the problem. I use TDMS Set/Get property instead of waveform attributes here for simplicity with the same result (LabView v. 8.20):