Search found 3 matches

by michaelt
Mon Mar 26, 2018 8:53 am
Forum: General Software Discussions
Topic: PICO_NOT_SUPPORTED_BY_THIS_DEVICE on Python/Linux/4824
Replies: 5
Views: 6158

Re: PICO_NOT_SUPPORTED_BY_THIS_DEVICE on Python/Linux/4824

This seems to have fixed things - thanks very much!
by michaelt
Mon Mar 12, 2018 12:56 am
Forum: General Software Discussions
Topic: PICO_NOT_SUPPORTED_BY_THIS_DEVICE on Python/Linux/4824
Replies: 5
Views: 6158

Re: PICO_NOT_SUPPORTED_BY_THIS_DEVICE on Python/Linux/4824

Hitesh wrote: Are you using the latest files from our GitHub repository?
Yes, I checked out the latest version as of the day I made my post.
by michaelt
Wed Mar 07, 2018 7:12 pm
Forum: General Software Discussions
Topic: PICO_NOT_SUPPORTED_BY_THIS_DEVICE on Python/Linux/4824
Replies: 5
Views: 6158

PICO_NOT_SUPPORTED_BY_THIS_DEVICE on Python/Linux/4824

Hello, I have a Picoscope 4824 which works OK on my Ubuntu 16.04 PC when I use the Picoscope software. However, when I tried to use the API I ran into problems. In fact, this program:- from picosdk import ps4000a ps = ps4000a.Device() print "Attempting open_unit..." status = ps.open_unit() print "Re...