Search found 3 matches

by korkikian
Sat Feb 15, 2014 4:46 pm
Forum: MATLAB
Topic: ETS mode Matlab
Replies: 1
Views: 6623

ETS mode Matlab

Hello, I am trying to activate ETS mode via Matlab. I was trying to use Picoscope 3000 Series Programmers Manual but on the page 16 the ETS activation algorithm is wrong or at least not complete: there is no ps3000aSetEts function in this algorithm. Later I took documentation from Picoscope 5000 Ser...
by korkikian
Sat Feb 15, 2014 4:39 pm
Forum: MATLAB
Topic: Time base 0
Replies: 6
Views: 8379

Re: Time base 0

Hi korkikian, The setDefaults function enables all the channels on the scope by default. Please try replacing this line with 2 calls to ps3000aSetChannel for Channels A and B respectively. What does the response from the call to ps3000aGetTimebase2 give? Regards, Thank you very much for the respons...
by korkikian
Tue Nov 26, 2013 10:13 pm
Forum: MATLAB
Topic: Time base 0
Replies: 6
Views: 8379

Time base 0

Hello, I am trying to run 3207A with timebase equal to 0, however I always get the error: PICO_INVALID_TIMEBASE I have disabled the second channel B (see the code below) and I am giving the trigger on external channel. Do you have any idea what is wrong with it? I am using Windows 8, I could run tim...