06-22-2021 12:04 PM
I have two sets of collected waveforms. One is digital and the other is voltage. I wanted to confirm that the two tasks were in fact running in an unsynchronized manor (they are). I collected my data and then do a difference between the timestamps of the first member of the array of 1d array of waveforms. I get various values of difference between the start times of the waveforms - anywhere from 0.105 to 0.008. The value is different for each time I run my VI.
My question, what is the unit of the value between the difference of the two timestamps? Seconds?
Solved! Go to Solution.
06-22-2021 12:10 PM - edited 06-22-2021 12:11 PM
Timestamps are in seconds since Jan 1, 1904 0:00 GMT. The difference between two Timestamps is also in seconds.