Return control after call to runblock

Post your MATLAB discussions here
Post Reply
etdzi1
Newbie
Posts: 0
Joined: Mon Jan 17, 2022 6:28 pm

Return control after call to runblock

Post by etdzi1 »

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.

Post Reply