checkStatus
Description
Examples
Check Current Status of Data Capture Hub Object
Before you use this example, you must have previously generated the data capture IPs using the FPGA Data Capture Component Generator tool. You must also have integrated the generated IPs, along with the JTAG Debug Hub IP, into your project and deployed it to the FPGA. The data capture hub object communicates with the FPGA over a JTAG cable. Make sure that the JTAG cable is connected between the board and the host computer.
This example uses two data capture IPs: datacapture1
and
datacapture2
.
Create a data capture hub object, which can interact with each data capture IP.
hub = dataCaptureHub;
Add the System object™ of the datacapture1
IP to the hub
object.
addDataCaptureIP(hub,"datacapture1\datacapture1.m");
Add the System object of the datacapture2
IP to the hub
object.
addDataCaptureIP(hub,"datacapture2\datacapture2.m");
Change the capture mode to nonblocking mode.
hub.CaptureMode = 'nonblocking';
Check the current status of the data capture hub object.
status = checkStatus(hub)
status = struct with fields: datacapture1: [1×1 struct] datacapture2: [1×1 struct]
Input Arguments
hub
— Data capture hub object
dataCaptureHub
object
Data capture hub object that interacts with each data
capture IP, specified as a dataCaptureHub
object.
Output Arguments
status
— Current status of data capture hub object
structure
Current status of the data capture hub object, returned as a structure that contains structures for each connected data capture IP. Each such structure contains fields for these signals:
CapturedWindows
— This signal indicates the total number of windows captured so far.RunStatus
— This signal indicates the current running status of the data capture object using one of these options.'Not started'
— Data capture not started.'Waiting for trigger'
— Data capture object is waiting for a trigger event to start data capture.'Evaluating capture condition'
— Data capture object is evaluating the capture condition.'Successfully captured data from FPGA'
— Data captured successfully from the FPGA.'Stopped'
— Data capture has stopped.
TriggerStage
— This signal indicates the trigger stage under evaluation for the run status'Waiting for trigger'
. For the run statuses'Evaluating capture condition'
,'Successfully captured data from FPGA'
, and'Stopped'
, this signal indicates the updated value of the trigger stage.
Version History
Introduced in R2024a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)