Skip to content

Releases: colinoflynn/pico-python

Release 0.7.21

24 Jul 00:33
6db62b7
Compare
Choose a tag to compare

Same as 0.7.20 except released through github actions

Release 0.7.20

30 May 14:30
1aaab0a
Compare
Choose a tag to compare
Merge pull request #181 from bmoneke/ps6000a

Adding Ps6000a Series

Release 0.7.19

13 Dec 20:18
144eca2
Compare
Choose a tag to compare

Allow runblock to be used without providing a callback.

Release 0.7.18

27 Oct 12:01
30bdafb
Compare
Choose a tag to compare
Merge pull request #174 from bmoneke/callback

Add callback functions to runBlock

Release 0.7.17

15 Oct 22:20
533ec3b
Compare
Choose a tag to compare
Merge pull request #176 from bmoneke/FixOpenWithSerial

Fix opening by serial number #169

Release 0.7.16

16 Aug 11:50
2a8bdd7
Compare
Choose a tag to compare
Merge pull request #173 from bmoneke/fix-timebase-4000a

Fix timebase and open with serial number, add pingUnit to ps4000a

Release 0.7.15

11 Aug 12:22
2a8bdd7
Compare
Choose a tag to compare
Merge pull request #173 from bmoneke/fix-timebase-4000a

Fix timebase and open with serial number, add pingUnit to ps4000a

fix typo which broke PS3000

02 Feb 12:34
3b79245
Compare
Choose a tag to compare

Fix typo: AWGMaxVa -> AWGMaxVal

Avoid dangling pointer errors that can cause defaults

09 Oct 22:58
fe55ed4
Compare
Choose a tag to compare
Merge pull request #166 from abrasive/master

getRawDataBulk: clear the driver's data pointers after use

Ensure compatibility with python 3.8 on windows

09 Oct 22:55
e47bf20
Compare
Choose a tag to compare
Merge pull request #167 from Cyclical-/windows-dll

Fix loading of DLLs on windows by adding a call to find_library()