User Manual
PicoScope 4000 Series Programmer's Guide 55
Copyright © 2008-2011 Pico Technology Ltd. All rights reserved. ps4000pg.en
4.10.35
ps4000RunStreaming
PICO_STATUS ps4000RunStreaming
(
short handle,
unsigned long * sampleInterval,
PS4000_TIME_UNITS sampleIntervalTimeUnits
unsigned long maxPreTriggerSamples,
unsigned long maxPostTriggerSamples,
short autoStop
unsigned long downSampleRatio,
unsigned long overviewBufferSize
)
This function tells the oscilloscope to start collecting data in streaming 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.