Search found 3 matches

by Gerundio
Thu Mar 31, 2016 6:33 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Help with Get times and value of pico2204
Replies: 5
Views: 5404

Re: Help with Get times and value of pico2204

I mean that if i collect 100 samples, the times array is 200 . Here a example with Only channel A active.... ARRAY OF MEASURED, 10 sample elements in adc values(triggered): 1642 475 -1859 475 767 -108 -691 183 475 -108 TIMES ARRAY -12849 -2 1614 0 16078 1 30542 2 -20530 3 -6066 4 8398 6 22862 7 -282...
by Gerundio
Wed Mar 30, 2016 12:43 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Help with Get times and value of pico2204
Replies: 5
Views: 5404

Re: Help with Get times and value of pico2204

But why the times Array is twice the buffer of measures??
by Gerundio
Tue Mar 22, 2016 1:05 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Help with Get times and value of pico2204
Replies: 5
Views: 5404

Help with Get times and value of pico2204

Hi all. I have a problem to understand some values of the instruction on Subject. When i call it i get back a array called from wrapper Times: [DllImport(_DRIVER_FILENAME, EntryPoint = "ps2000_get_times_and_values")] public static extern short GetTimesAndValues( short handle, short[] Times, <-------...