Pico 3204D MSO - Python Data Logger

Post discussions on projects you are working on
Post Reply
Daniel_Now
Newbie
Posts: 0
Joined: Thu Mar 24, 2022 12:36 pm

Pico 3204D MSO - Python Data Logger

Post by Daniel_Now »

Hello together,

This is my first post here in this forum. I own a Pico 3204D MSO.
For a project where I want to run multiple tests, I need at best a Python script that starts a 20 second measurement. Unfortunately I have seen that the official Python API does not cover the above mentioned Pico.
Do any of you have a solution for me ?

Kind regards
Daniel

bennog
Advanced User
Advanced User
Posts: 206
Joined: Mon Nov 26, 2012 9:16 am
Location: Netherlands

Re: Pico 3204D MSO - Python Data Logger

Post by bennog »

Is there a streaming mode sample ?

for a 20 second sample you need to use streaming mode that can be infinitely long.
Look at.

https://github.com/picotech/picosdk-pyt ... Example.py


Benno

Daniel_Now
Newbie
Posts: 0
Joined: Thu Mar 24, 2022 12:36 pm

Re: Pico 3204D MSO - Python Data Logger

Post by Daniel_Now »

Thanks for your reply! Do you know if i can use this with Pico 3204D MSO Scope ?

bennog
Advanced User
Advanced User
Posts: 206
Joined: Mon Nov 26, 2012 9:16 am
Location: Netherlands

Re: Pico 3204D MSO - Python Data Logger

Post by bennog »

I have this scope and use it from C++, even made a 24V converter for the digital inputs.
So you can safely monitor 16 24V signals with uS precision times.

See
topic41135.html

Benno

Post Reply