Search found 3 matches

by herobrine11892
Mon Jan 24, 2022 4:57 pm
Forum: Getting Started
Topic: github example for trigger setup doesn't work?
Replies: 0
Views: 4171

github example for trigger setup doesn't work?

I've been trying to run the ps3000aBlockAdvancedTriggerExample.py from the official picotech repo for python wrappers and it won't work. It keeps failing at the direction setup for the trigger and outputs: 'PICO_INVALID_PARAMETER' as the error message. I've tried writing an even simpler code for it ...
by herobrine11892
Thu Sep 02, 2021 10:00 am
Forum: Getting Started
Topic: 'PICO_INVALID_PARAMETER' on ps3000a trigger direction setup
Replies: 0
Views: 14248

'PICO_INVALID_PARAMETER' on ps3000a trigger direction setup

I've been trying to setup some complex triggers on a 3000 series picoscope using picosdk.ps3000a on python but whenever I try to setup the trigger direction I get 'PICO_INVALID_PARAMETER'. This is my code, trig_directions = list(map(ctypes.c_int32, trig_directions)) #Convert arguments to ctypes.c_in...
by herobrine11892
Sat Jul 24, 2021 8:16 am
Forum: Getting Started
Topic: Complex trigger difficulties on picoscope 2000 2206B
Replies: 1
Views: 17385

Complex trigger difficulties on picoscope 2000 2206B

Hi! I've recently started developing an open-source data logging software for picoscope 2206B but there seem to arise some strange behaviours from the complex trigger and I wanted some second opinions. The github repository for the code is: https://github.com/michael11892/picoscopeDataLogger I setup...