Hello,
I am using Matlab to acquire data on a PicoScope 5444D (block mode or rapid block mode). Is it possible to have 'runblock' immediately return control to the calling function? I would like to run calculations while the PicoScope is acquiring the data. Once the calculations are done, I would like to query the state of the PicoScope with 'BlockReady' or 'IsReady' and, if the PicoScope is done acquiring, get the values.
Right now, I am acquiring a waveform on the order of 1 second long. This time could be used to process and display the previous dataset, greatly increasing the acquisition rate.
Please let me know if you need any additional information. Thanks.