Main Content

stop

Stop FPGA data capture execution based on current status in nonblocking mode

Since R2024a

Syntax

Description

stop(hub) stops the execution of the data capture hub object hub based on the current status in nonblocking capture mode. Stop execution of the specified hub object when the current status of the hub 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 hub object. When you cancel a capture attempt, no data is returned to MATLAB®.

Note

The stop function is not supported in blocking capture mode.

Input Arguments

collapse all

Data capture hub object that interacts with each data capture IP, specified as a dataCaptureHub object.

Version History

Introduced in R2024a