pico-python
pico-python copied to clipboard
PicoScope Python Interface
Hi guys, As a newbie to Python and coding in general, and this API stuff, I just want to thank you for the great work you have done here. I...
Hello, although the ps3404D (not MSO) is not listed as a supported device I tried using its waveform generator. It works perfectly fine except for the fact that I have...
Catch Exceptions in the `_PicoscopeBase()` class (picobase.py) that are raised when not connected. They do not convey useful information, as they are typical error happening with the garbage collector and...
The `Picoscope` object raise an exception if it can't be opened (which is fine), but if catched, another one is raised straight after at the garbage collector deletion, from `_lowLevelCloseUnit`...
EnumerateUnits throws an error if NULL pointer arguments are provided. Providing a buffer that fits 16 serial numbers to get around this issue. Changed and tested only for the PicoScope...
Hello guys, I've been working with the scripts for some weeks now and since this point its all working well. My current objetive is to make the measurements repeatible, as...
Hello, I just started using these scripts to run my picoscope via the terminal. I am running into an issue in that I am not able to easily change the...
Hello, I am trying to use python to access my Picoscope 3205D device, but after installing the module, I can’t find any description on how to use it, i.e. a...
Does not open picoscope Good day . I'm trying to connect with an oscilloscope, for example, with this example: ``` """ Shows a demo of use to use the enumerate...
Use the the proper `LoadLibraryDarwin` and the lib path currently used by PicoScope 6.13 on OSX.