How re-use .pssetting files in python project?

Post general discussions on using our drivers to write your own software here
Post Reply
AurelSI
Newbie
Posts: 0
Joined: Tue Sep 10, 2019 3:14 pm

How re-use .pssetting files in python project?

Post by AurelSI »

Hello,
Actually, i work about a python project.
I want that my script works as following instructions:
- I find and open my scope.
- I load a .pssetting file create to the PicoScope 6 Software.
- I configure a Single Trigger mode.
- I load data to my PC.
- I close my connection with scope.

My scope is a Pico 3206DMSO.

Best regards,
AurelSI

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

Re: How re-use .pssetting files in python project?

Post by NeilH »

Hi

The pssetting and psdata file are proprietary file types and are not available to be loaded into any program other than PicoScope 6, to use the scope in python you would need to use the API functions from the PicoSDK to set up the scope that are documented within the programmer's guide here https://www.picotech.com/download/manuals/picoscope-3000-series-a-api-programmers-guide.pdf

Neil
Neil
Technical Support Engineer

Post Reply