User Manual
PicoScope 4000 Series Programmer's Guide 57
Copyright © 2008-2011 Pico Technology Ltd. All rights reserved. ps4000pg.en
4.10.36
ps4000RunStreamingEx
PICO_STATUS ps4000RunStreamingEx
(
short handle,
unsigned long * sampleInterval,
PS4000_TIME_UNITS sampleIntervalTimeUnits
unsigned long maxPreTriggerSamples,
unsigned long maxPostTriggerSamples,
short autoStop
unsigned long downSampleRatio,
short downSampleRatioMode,
unsigned long overviewBufferSize
)
This function tells the oscilloscope to start collecting data in streaming mode and with
a specified data reduction mode. When data has been collected from the device it is
aggregated and the values returned to the application. Call
ps4000GetStreamingLatestValues to retrieve the data.
When a trigger is set, the sum of maxPreTriggerSamples and
maxPostTriggerSamples is the total number of samples stored in the driver. If
autoStop is false then this will become the maximum number of unaggregated
samples.