Pico 6403 stream mode with event

Post any questions you may have about our current range of oscilloscopes
Post Reply
chcao
Newbie
Posts: 0
Joined: Fri Jul 24, 2020 8:02 am

Pico 6403 stream mode with event

Post by chcao »

I am using python wrapper to setup Pico 6403 in stream mode. My stream buffer memory has 500 entries, and sampling at 5ms.

I want to start save the stream data when receiving start-capture signal from another peripheral. Given the current time, how do I know what data point(index) from the stream data (which I will receive in the future) is corresponding to the current time?

I don't care the data before the start-capture signal. Is there a way to clear the existing logging data on the pico device when I receiving the signal?

Post Reply