Search found 4 matches

by fredschreck
Fri Feb 23, 2018 11:45 am
Forum: USB PC Oscilloscopes
Topic: Readng multiple channels from API
Replies: 6
Views: 6847

Re: Readng multiple channels from API

Okay, it seems that I misunderstood the concept of a segment until now.
Now it works like a charm.

Thanks,
Fred
by fredschreck
Thu Feb 22, 2018 3:03 pm
Forum: USB PC Oscilloscopes
Topic: Readng multiple channels from API
Replies: 6
Views: 6847

Re: Readng multiple channels from API

Hello there. I have a similar problem, I configured channesl A,B & C to capture data and set an simple trigger to A. Afterwards I divide the buffer in 3 segments and try to collect them after an trigger event (see code below). I want to capture data on all channels after one trigger event, but it se...
by fredschreck
Tue Feb 20, 2018 3:26 pm
Forum: General Software Discussions
Topic: Python wrappers always return with PICO_INFO_UNAVAILABLE
Replies: 2
Views: 3634

Re: Python wrappers always return with PICO_INFO_UNAVAILABLE

It seems that the variant "3403DMSO" is missing in the 'ps3000a.py' file in function '_set_variant_info()' of class 'Device' (in the long if statement starting at line 744). By expanding the statement with elif self.info.variant_info == "3403DMSO": self.info.num_channels = 4 self.info.num_ports = 2 ...
by fredschreck
Tue Feb 20, 2018 10:47 am
Forum: General Software Discussions
Topic: Python wrappers always return with PICO_INFO_UNAVAILABLE
Replies: 2
Views: 3634

Python wrappers always return with PICO_INFO_UNAVAILABLE

Hello PicoTechSupport, I tried to access a PicoScope 3403DMSO via python using the actual API wrappers. The drivers are installed from your Linux repository (all of them including libpswrappers) and the python wrappers are installed from github (for all users with 'sudo python setup.py install'). Al...