Pico 3204D MSO - Python Data Logger
-
- Newbie
- Posts: 0
- Joined: Thu Mar 24, 2022 12:36 pm
Pico 3204D MSO - Python Data Logger
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
Re: Pico 3204D MSO - Python Data Logger
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
-
- Newbie
- Posts: 0
- Joined: Thu Mar 24, 2022 12:36 pm
Re: Pico 3204D MSO - Python Data Logger
Re: Pico 3204D MSO - Python Data Logger
So you can safely monitor 16 24V signals with uS precision times.
See
topic41135.html
Benno