Python to analysis data with 6403C

Post general discussions on using our drivers to write your own software here
Post Reply
HenriY
Newbie
Posts: 0
Joined: Fri Nov 29, 2019 12:24 pm

Python to analysis data with 6403C

Post by HenriY »

Hello,
I got problem to use the python lib (https://github.com/picotech/picosdk-python-wrappers/tree/master/ps6000Examples) that you are offering to analysis data, e.g. frequency or other parameters.

I checked the possibility offering in the programming guide, but I cannot find these possible.

Question, is that possible lib which like piecoscope 6 to directly analyze the data. Or only what I can do is to do analysis by own Python codes.

Thank you very much

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

Re: Python to analysis data with 6403C

Post by NeilH »

Hi

The python-wrappers repo works with our PicoSDK to control the scope directly from python and get the data straight into python. Any data analysis done in PicoScope 6 is a software feature and not contained within the PicoSDK so would need to be implemented within python yourself.

Neil
Neil
Technical Support Engineer

Post Reply