Main Content
stop
Stop FPGA data capture execution based on current status in nonblocking mode
Since R2022a
Syntax
Description
stop(
stops the execution of the data
capture object DC
)DC
based on the current status in nonblocking capture
mode. Stop execution of the specified data capture object when the current status of the
object is 'Waiting for trigger'
. If you want to cancel the capture
attempt (for example, if the trigger condition does not occur), use this function to return
control to the object. When you cancel a capture attempt, no data is returned to MATLAB®.
Note
The stop
function is not supported in blocking capture
mode.
Examples
Input Arguments
Version History
Introduced in R2022a