Search found 2 matches

by hakon
Thu Sep 07, 2023 4:20 pm
Forum: General Software Discussions
Topic: Python SDK voltage ranges PS6000a
Replies: 1
Views: 5903

Python SDK voltage ranges PS6000a

Examples for PS6000a and others use only numeric values for setting scope measurement voltage ranges. I did this change to PicoEnumDevices.py. Could something like this be added to the SDK, or is there a method already? def _define_voltage_ranges(): PICO_10MV= 0 PICO_20MV = 1 PICO_50MV = 2 PICO_100M...
by hakon
Thu Sep 07, 2023 4:18 pm
Forum: General Software Discussions
Topic: Python PICO_RATIO_MODE_AVERAGE
Replies: 1
Views: 737

Python PICO_RATIO_MODE_AVERAGE

Hi,

The driver stops working, exiting my Python script without throwing any error when using the AVERAGE functionality. RAW and AGGREGATE both work.

Setup
SDK PicoSDK_64_10.7.25.290 with today's latest pip installed package from github, PicoScope6242E channel A.