Hey all
I've noticed that in the SDKs (particularly for excel), there are templates for the 'normal' BlockMode() code... However nothing for RapidBlockMode().
As I understand things, I need to use RapidBlockMode() if I want to import data from two (or more) channels such that i can compare the two data-sets at corresponding times. Something like this:
Time Data1 Data2
0.1 0 0.5
0.2 0.5 0.75
0.3 0.7 0.81
0.4 0.8 1
etc etc etc
So, is there someone here that can point me to where I can find some kind of template or example of RapidBlockMode() from which I can then base my own code, or alternatively if someone can reply with the code in this thread.
Thanks all... Much appreciated