pico-python icon indicating copy to clipboard operation
pico-python copied to clipboard

PicoScope Python Interface

Results 25 pico-python issues
Sort by recently updated
recently updated
newest added

looks like in a recent update Pico have, in their wisdom, decided to add a space to the directory name of the mac os version. So now it is `/Applications/PicoScope...

I use two channels: ``` ps.setChannel("A","DC",2,enabled=True) ps.setChannel("B","DC",2,enabled=True) ``` Then I set resolution: `ps.setResolution("15")` which gives me an error "PICO_INVALID_NUMBER_CHANNELS_FOR_RESOLUTION", and I cannot use resolution higher than 8 bits (but 5444B...

In picobase.py the runBlock function is passed a pretrig value. In all the examples ive seen this value picks up the default 0 value, if you change this so that...

Hey @colinoflynn do you think it is time to drop python2.7? most of the scientific stack is dropping it soon and it is kinda a blocker now for PR #126....

Hi, When no picoscope is connected, `ps2000a.PS2000a()` raises `IOError: Error calling _lowLevelOpenUnit: PICO_NOT_FOUND (No PicoScope XXXX could be found.)` which is perfectly normal : ``` $ python2 Python 2.7.13 (default,...

wontfix

PicoTech decided to calculate delta phase in a very strange manner See bug report: http://www.picotech.com/support/topic13229.html

help wanted
good first issue

Hi! I'm trying to use a CM3 Current Data Logger from a linux server. Is there any plans to add support for it in pico-python? I'm willing to code it...

enhancement
help wanted

I added stub functions for many things in the ps6000 programmer guide. It would be nice if we could support Bulk or Streaming options. Bulk handling basically requires us to...

enhancement

HI i am quite new using picoscope with python... i cant find any streaming function.. As am trying to get a continous stream of data (some hours) from a channel...

The last comment in #44 was > I do agree that implementing the change power source function by default isn't pretty and could potentially hide other bugs. Would it possibly...

enhancement