User manual

Programming with the PicoScope 6000 Series14
Copyright © 2009-2013 Pico Technology Ltd. All rights reserved.ps6000pg.en r9
for (int segment = 10; segment < 20; segment++)
{
ps6000GetValues
(
handle,
0,
&noOfSamples, // set to MAX_SAMPLES on entering
1000,
&downSampleRatioMode, //set to RATIO_MODE_AGGREGATE
index,
overflow
);
ps6000GetTriggerTimeOffset64
(
handle,
&time,
&timeUnits,
index
)
}
Comments: each waveform is retrieved one at a time from the driver with an
aggregation of 1000.