Search found 4 matches
- Thu Feb 27, 2014 11:23 am
- Forum: PicoScope for Linux
- Topic: Beta Release of Picoscope for Linux - RPM packages
- Replies: 4
- Views: 9941
Re: Beta Release of Picoscope for Linux - RPM packages
Thanks for posting - this works for me in FC19! I've got to run picoscope as su though or I get a segfault, but it does work! I'm also not sure if it's properly configuring the user groups on RPM devices? On install I had these errors (same one for ever RPM): Installing : picoscope-6.8.5-4r29.noarch...
- Mon Jan 27, 2014 5:09 pm
- Forum: General Software Discussions
- Topic: (another) python library
- Replies: 3
- Views: 4102
Re: (another) python library
Ah dang, would have been nice to have a month or so ago ;-) Well if there's any other ideas you need for your library feel free to steal from another one by hmaarrfk & myself at https://github.com/colinoflynn/pico-python We've tried to abstract off the classes more, our lib supports the 4000&6000 de...
- Mon Dec 16, 2013 2:48 pm
- Forum: General Software Discussions
- Topic: Python Interface Code
- Replies: 2
- Views: 5261
Re: Python Interface Code
To add some examples... I was looking towards a waterfall figure but was too complex for now, just used the spectragraph built into matplot lib, here's a measurement of a frequency sweep: python-spectragraph.png Video version: http://www.youtube.com/watch?v=jQoMV4L95RA Matplotlib tends to crash a lo...
- Sun Dec 15, 2013 10:28 pm
- Forum: General Software Discussions
- Topic: Python Interface Code
- Replies: 2
- Views: 5261
Python Interface Code
Hi All, I've started to write a Python interface code & wanted to put it up here, even though it's far from complete! In case anyone else is doing the same... It's on github at https://github.com/colinoflynn/pico-python I know there have been other Python interfaces posted, but they always seemed to...