Search found 2 matches

by hvpg
Fri Mar 02, 2018 8:46 am
Forum: Getting Started
Topic: 3405D MSO -- python, streaming mode
Replies: 3
Views: 5029

Re: 3405D MSO -- python, streaming mode

Thank you for the prompt reply. o Streaming example on Github - I had tried and found errors regarding DLL, error messages shown below - I have installed 64bit SDK from the pico web (> pip2 list gives, version of picoSDK 1.0) - Are the errors occurred due to the DLL 32/64bit issues? How can I resolv...
by hvpg
Tue Feb 27, 2018 10:30 am
Forum: Getting Started
Topic: 3405D MSO -- python, streaming mode
Replies: 3
Views: 5029

3405D MSO -- python, streaming mode

Hi Picoscope lovers, I want to use a picoscope (3405D MSO) for capturing 4-ch data in a custom data handling environments. Python seems a good candidate for our purpose. I have manged to get the data in a "block mode" in which I used the ps.runBlock() function (python api) that collects big chunk of...