Prog ramming the 3000A Series oscilloscopes112
Copyright © 2011-2013 Pico Technology Limited. All rights reserved.ps3000abpg.en r9
2.13.7
RunBlock
PICO_STATUS RunBlock
(
short handle,
long preTriggerSamples,
long postTriggerSamples,
unsigned long timebase,
short oversample,
short segmentIndex
)
This function starts collecting data in block mode without the requirement for
specifying callback functions. Use the IsReady function to poll the driver once this
function has been called.
handle, the handle of the required device
preTriggerSamples, see noOfPreTriggerSamples in
ps3000aRunBlock
postTriggerSamples, see noOfPreTriggerSamples in
ps3000aRunBlock
timebase, see ps3000aRunBlock
oversample, not used
segmentIndex, see ps3000aRunBlock
See ps3000aRunBlock return values