
PicoScope 3000A Series Prog rammer's Guide
105
Copyright © 2011-2013 Pico Technology Limited. All rights reserved.
ps3000abpg.en r9
2.13
Wrapper functions
The wrapper functions are for use with programming languages that do not support
features of C such as callback functions. To use the wrapper functions you must
include the
ps3000aWrap.dll
library, which is supplied in the SDK, in your project.
indicates if the device has finished collecting streaming data
gets the number of samples returned in streaming mode
clears the trigger flags in streaming mode
returns the latest block of data in streaming mode
finds out if data is ready to be retrieved
finds out whether a trigger has occurred in streaming mode
starts collecting data in block mode
sets up trigger conditions on the scope's inputs
enables or disables triggering and sets its parameters
For all other functions, see the list of
Data types
In these function definitions, the
long
data type is a 32-bit number. For programming
environments where a
long
is a 64-bit number, use a 32-bit data type instead.