Installation guide
PicoScope 4000 Series (A API) Programmer's Guide 85
Copyright © 2008-2014 Pico Technology Ltd. All rights reserved. ps4000apg.en r1
4.57
ps4000aStop
PICO_STATUS ps4000aStop
(
int16_t handle
)
This function stops the scope device from sampling data. If this function is called
before a trigger event occurs, the oscilloscope may not contain valid data.
Always call this function after the end of a capture to ensure that the scope is ready
for the next capture.
Applicability
All modes
Arguments
handle, the handle of the required device.
Returns
PICO_OK
PICO_INVALID_HANDLE
PICO_USER_CALLBACK