02-29-2012 09:32 AM
Hello Everyone!
I am just curious, why these two arrays look different, and are they really different in terms of structure, even though they are from same source? The one on the left is the output of get tdms properties and the other one is an output of auto indexed arry.
-Nilesh
Solved! Go to Solution.
02-29-2012 09:43 AM
Presumably you are referring to the visual aspects, since the data is the same. One of them uses a different kind of string indicator. You probably right-clicked and selected "Create -> Indicator". When you do this LabVIEW will use the same indicator style as what the subVI/function uses. In the one case you created it directly from the TDMS function, but in the other it was created from the for-loop autoindex tunnel, so in the latter it used whatever was your default in your preferences.
02-29-2012 10:15 AM
Thank you sir!
-Nilesh