I am trying to write to a single TDMS file from multiple sources. One source is MS/s and the others are just Samples/s.
I am not sure if the best approach is to simple create multiple TDMS files and combine the data aftewards, put all TDMS writes in the same while loop or create three seperate while loops but write to the same TDMS file in all of the loops. All three of these architectures have pros and cons so I am looking for the community to eliquantly help me to decide.