Search found 6 matches

by IonutGorgos
Thu Jun 23, 2016 6:54 pm
Forum: General Software Discussions
Topic: Timebase 0
Replies: 4
Views: 6826

Re: Timebase 0

Hi,

I find the problem. My bad. I was calling setSampleInterval() method ( ._lowLevelGetTimebase() ) before the setChannel method. Now it is working.


Thanks,
Martyn
by IonutGorgos
Thu Jun 23, 2016 11:30 am
Forum: General Software Discussions
Topic: Timebase 0
Replies: 4
Views: 6826

Re: Timebase 0

Hi,

Nope the problem still exists.
timebase
timebase
by IonutGorgos
Fri Jun 17, 2016 9:39 pm
Forum: General Software Discussions
Topic: Timebase 0
Replies: 4
Views: 6826

Timebase 0

Hi, Currently I'm writing a Python script using Pico-Python wrapper, but the problem is I can't set the sample interval = 200 ps ( 5GS/s ). I only enabled the channel A , so it should be working. (in Picosoftware is working) Same problem when I try to set the sample interval = 400 ps ( timebase = 1)...
by IonutGorgos
Thu Jun 16, 2016 4:39 pm
Forum: General Software Discussions
Topic: Downsampling
Replies: 4
Views: 7321

Re: Downsampling

Hello, Actually I realised this is not what I want. What we need is to use the downsampling method from the API, so that we use the full sampling rate of the oscilloscope (e.g. 2.5GS/s for two channels, or 5GS/s for one channel) and then apply the hardware downsampling to increase the resolution of ...
by IonutGorgos
Wed Jun 15, 2016 5:17 pm
Forum: General Software Discussions
Topic: Downsampling
Replies: 4
Views: 7321

Re: Downsampling

Yeap, i get it. Thank you very much.
by IonutGorgos
Tue Jun 14, 2016 2:39 pm
Forum: General Software Discussions
Topic: Downsampling
Replies: 4
Views: 7321

Downsampling

Hello, I have a PicoScope 6404D, and currently I'm developing a script written in Python using PicoPython from this source: https://github.com/colinoflynn/pico-python My problem is with the downsampling. I will attach some photos to explain. In this photo 10 bits - picoscope 6.png I have the signal ...