I have a delta time value, and wan to convert it to a 1D array with given array size, every point increment will be the delta time value,
I trying to use for loop with build array and intiate array function in it...
result is i got what i wanted to have, but it is taking very long to complete the for loop, although the array size i making is large..
The purpose of getting the 1D array is for the Export Waveform To Spreadsheet File.vi
I wanted to have 3rd dimension which is delta time,
instead of only time stamp and Y value