Thank you, Bruno.
I had some screenshots that did not get attached. Sorry for that.
Here are better ones anyway; trying both row major and column major as the write property. Hopefully they post this time.
Shown are the workflow with the matrixwriter property list visible, the analog input visualizer (showing just 60cycle noise in this case), and the plot of the resulting file in python with the line of code used to read it.
I found a document that explained an example of reading the result of the Bonsai matrixWriter in Python that said to specify int16 (can't refind the resource now). So I was using that
I only have one analog input from the Nidaq currently so I am guessing it should be one channel (unless the DAQmx streams the data as well as timestamps? Is there a resource for what the format of the datastream from AnalogInput is?
Is 'Data' output where the Voltage values should be from the nidaq analog input?
Here I tried pulling out the 'Data' output of the AnalogInput and TypeMapping it as OpenCV.Net.Mat. Here I get a "no method overload found for given arguments" build error.