Search found 3 matches

by Christian B.
Mon Mar 09, 2020 3:40 pm
Forum: General Software Discussions
Topic: Python, improved splitMSODataFast, 70 times faster for 5Msamples
Replies: 3
Views: 7793

Re: Python, improved splitMSODataFast, 70 times faster for 5Msamples

Maybe a stupid question but is there a particular reason to not use numpy.unpackbits for this task?
by Christian B.
Sun Mar 08, 2020 11:33 am
Forum: General Software Discussions
Topic: [Python] device class question
Replies: 1
Views: 5361

Re: [Python] device class question

After looking into the wrapper for a couple of hours I noticed that there are plenty of repetitions on those files. E.g. 2000a.py, 3000a.py, and 4000a.py a very similar if one replace every 2000a/3000a/4000a with picodevice. What was the reasoning behind basically copy every single file instead of i...
by Christian B.
Fri Mar 06, 2020 10:23 am
Forum: General Software Discussions
Topic: [Python] device class question
Replies: 1
Views: 5361

[Python] device class question

Hi, After investing some time to write a wrapper for the ps2000a based on the ps2000aExamples I noticed that there is a device class. The README states: picosdk.device.Device contains the concrete class which represents a PicoScope with a valid handle. It caches some information about the device sta...