Hello,
I am attempting to write data from an array of waveform data derived from a multi sample DAQmx acquisition, but I have found where I have used the get date / time function within my while loop passed to a TDMS Write in series with another being passed the waveform data, that I have many more data points than timestamps, as I am getting a timestamp then the list of sampled points.
I am looking at using the timestamp data from the waveform, but I'm not sure how to make this work. Attached is an example where I have attempted this, but just managed to obtain mismatched data types.
Could anyone please offer some advice on how to get the following structure in my file:
timestamp of sample | channel 1 sample | channel 2 sample | .... | channel N sample
Thanks
Dave