Simultaneous Picoscope Acquisition

Post your MATLAB discussions here
Post Reply
rwreynol
Newbie
Posts: 0
Joined: Tue Jun 02, 2020 11:46 am

Simultaneous Picoscope Acquisition

Post by rwreynol »

Hello,

I have two PS4824 and I would like to collect data from all combines 16 channels at the same time using MATLAB. I have tried block and streaming modes, but have been quite unsuccessful.

In block mode, it looks like the MATLAB script blocks until the first Pico scope finishes collecting data. So I cannot collect simultaneous data.

In streaming mode, it looks like matlab takes 350 ms to start the stream. My signals period takes 320 ms so I miss the entire second signal as well in the first picoscope (by the time the second stream starts, the first picoscope is done).

Is there anyway to start two picoscopes simultaneously? Possibly a separate thread or two instances of MATLAB?

Thank you.

Randall

Post Reply