API Functions
20Copyright © 2006–2022 Pico Technology Ltd. All rights reserved.ps2000pg.en-12
PicoScope 2000 Series Programmer's Guide
5.3 ps2000_get_streaming_last_values
int16_t ps2000_get_streaming_last_values
(
int16_t handle
GetOverviewBuffersMaxMin lpGetOverviewBuffersMaxMin
)
This function is used to collect the next block of values while fast streaming is running. You
must call ps2000_run_streaming_ns beforehand to set up fast streaming.
Fast streaming mode only
PicoScope 2202, 2203, 2204, 2204A, 2205 and 2205A only
Not compatible with ETS triggering. Function has no effect in ETS mode.
handle: the handle of the required oscilloscope
lpGetOverviewBuffersMaxMin: a pointer to the
my_get_overview_buffers callback function in your application that
receives data from the streaming driver
1: if the callback will be called
0: if the callback will not be called, either because one of the inputs is out of
range or because there are no samples available