EasyManuals Logo
Home>PICO>Test Equipment>PicoScope 3000 A Series

PICO PicoScope 3000 A Series Programmer's Guide

PICO PicoScope 3000 A Series
144 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #110 background imageLoading...
Page #110 background image
Prog ramming the 3000A Series oscilloscopes104
Copyright © 2011-2013 Pico Technology Limited. All rights reserved.ps3000abpg.en r9
2.12.61
ps3000aStreamingReady (callback)
typedef void (CALLBACK *ps3000aStreamingReady)
(
short handle,
long noOfSamples,
unsigned long startIndex,
short overflow,
unsigned long triggerAt,
short triggered,
short autoStop,
void * pParameter
)
This callback function is part of your application. You register it with the driver using
ps3000aGetStreamingLatestValues, and the driver calls it back when streaming-mode
data is ready. You can then download the data using the ps3000aGetValuesAsync
function.
Applicability
Streaming mode only
Arguments
handle, the handle of the device returning the samples.
noOfSamples, the number of samples to collect.
startIndex, an index to the first valid sample in the buffer. This is
the buffer that was previously passed to ps3000aSetDataBuffer.
overflow, returns a set of flags that indicate whether an
overvoltage has occurred on any of the channels. It is a bit pattern
with bit 0 denoting Channel A.
triggerAt, an index to the buffer indicating the location of the
trigger point. This parameter is valid only when triggered is non-
zero.
triggered, a flag indicating whether a trigger occurred. If non-
zero, a trigger occurred at the location indicated by triggerAt.
autoStop, the flag that was set in the call to
ps3000aRunStreaming.
* pParameter, a void pointer passed from
ps3000aGetStreamingLatestValues. The callback function can write to
this location to send any data, such as a status flag, back to the
application.
Returns
nothing

Table of Contents

Other manuals for PICO PicoScope 3000 A Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the PICO PicoScope 3000 A Series and is the answer not in the manual?

PICO PicoScope 3000 A Series Specifications

General IconGeneral
BrandPICO
ModelPicoScope 3000 A Series
CategoryTest Equipment
LanguageEnglish

Related product manuals