API Functions
34Copyright © 2006–2022 Pico Technology Ltd. All rights reserved.ps2000pg.en-12
PicoScope 2000 Series Programmer's Guide
5.14 ps2000_overview_buffer_status
int16_t ps2000_overview_buffer_status
(
int16_t handle,
int16_t *previous_buffer_overrun
)
This function indicates whether or not the overview buffers used by
ps2000_run_streaming_ns have overrun. If an overrun occurs, you can choose to
increase the overview_buffer_size argument that you pass in the next call to
ps2000_run_streaming_ns.
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
previous_buffer_overrun: a pointer to a Boolean indicating whether
the overview buffers have overrun. The function will write a non-zero value
to indicate a buffer overrun.
0: if the function was successful
1: if the function failed due to an invalid handle