Python -pico4000a - Not receiving anything from streaming mode

Post general discussions on using our drivers to write your own software here
Post Reply
vitsensei
Newbie
Posts: 0
Joined: Tue Aug 06, 2019 5:09 am

Python -pico4000a - Not receiving anything from streaming mode

Post by vitsensei »

Hi,
So basically I'm just want to learn how to stream the data using Python. I got the correct waveform using Picoscope 6 software so I assume that my hardware is good. I also try out the sample (blocking) code and I got something, so that's a start.
I have attached my script below. Can anyone point out where I made my mistake?
Attachments
myAttemptPico.py
(3.6 KiB) Downloaded 307 times

NeilH
PICO STAFF
PICO STAFF
Posts: 270
Joined: Tue Jul 18, 2017 8:28 am

Re: Python -pico4000a - Not receiving anything from streaming mode

Post by NeilH »

Hi

Currently we have only implemented streaming on the 2000a driver but it you look at the ps2000a.py file in the picosdk folder of the repository this will show how to implement this function for other device drivers and then the ps2000aStreamingExample.py will show to how call this function.

Neil
Neil
Technical Support Engineer

Post Reply