When you are using a Multichannel reader, the data is always returned as a 2D array, where the 1st dimension indicates the number of channels, and the 2nd indicates the number of points.
So if you read 2000 points on 4 channels data will be a [4,2000] array.
If you read 1000 points on 8 channels, data will be a [8,1000]array.
Hope that helps..
Nandan Dharwadker
Staff Software Engineer
Measurement Studio Hardware Team