Show/Hide Toolbars

Navigation: API functions

ps6000aStop - stop sampling

Scroll Prev Top Next More

PICO_STATUS ps6000aStop

(

int16_t    handle

)

 

This function stops the scope device from sampling data.

When running the device in streaming mode, always call this function after the end of a capture to ensure that the scope is ready for the next capture.

When running the device in block mode or rapid block mode, you can call this function to interrupt data capture.

If this function is called before a trigger event occurs, the oscilloscope may not contain valid data.

Applicability

All modes

Arguments

handle, the device identifier returned by ps6000aOpenUnit().

Returns

PICO_OK

PICO_INVALID_HANDLE

PICO_USER_CALLBACK

PICO_DRIVER_FUNCTION