Installation guide
API functions56
Copyright © 2008-2014 Pico Technology Ltd. All rights reserved.ps4000apg.en r1
4.36
ps4000aRunStreaming
PICO_STATUS ps4000aRunStreaming
(
int16_t handle,
uint32_t * sampleInterval,
PS4000A_TIME_UNITS sampleIntervalTimeUnits,
uint32_t maxPreTriggerSamples,
uint32_t maxPostTriggerSamples,
int16_t autoStop,
uint32_t downSampleRatio,
PS4000A_RATIO_MODE downSampleRatioMode,
uint32_t overviewBufferSize
)
This function tells the oscilloscope to start collecting data in streaming mode. When
data has been collected from the device it is downsampled and the values returned to
the application. Call ps4000aGetStreamingLatestValues 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, this will become the maximum number of unaggregated samples.