Search found 2 matches

by dcseward
Wed Jan 18, 2023 5:27 pm
Forum: Getting Started
Topic: ps6000aEnumerateUnits python example
Replies: 0
Views: 9078

ps6000aEnumerateUnits python example

Can you please post an example of using the ps6000aEnumerateUnits API using Python? I am struggling with this topic. I do what seems logical, but I keep getting a "wrong type" error. Here is my code snippet: count = ctypes.c_int16() serials = (ctypes.c_int8 * 50)() serialLth = ctypes.c_int16(50) ps6...
by dcseward
Thu Dec 14, 2017 8:06 pm
Forum: PicoScope 6 for Mac
Topic: Latest version of Picoscope on Mac UI not responsive
Replies: 6
Views: 17980

Latest version of Picoscope on Mac UI not responsive

I am attempting to run Picoscope 6 on my Mac. I find the UI to be almost completely unresponsive. This will not work for me. Any ideas on what I can do to improve things? I am running Mono version 4.0.4 (nothing else seems to work for my Mac). I am running the latest 6.11.13.2 picoscope on the Mac. ...