I want to know how Daqmx (NChan 1Samp) behaves when time out occurs.
If I use the 1DBL instance and want to sample 5 channels, what the 1DBL data out would be when time out occurs. for eample, if it only get 3 channel's result, the 1DBL data would be [data,data,data] or [data, data, data,0,0]?
If I use the Waveform instance to do the same thing, what the data out would be?
Thank you!