scan
R2026bSyntax
Description
scan( scans the JTAG chain and updates
the jtagObj)Devices property of the specified jtagchain object
with information about the detected devices.
Before scanning the JTAG chain, scan:
Verifies that the required vendor tools are available and that the tool path is configured in MATLAB®. If the tool path is not configured, the function returns an error.
Verifies that the required drivers are installed for the selected vendor.
Detects JTAG cables connected to the development computer.
If multiple JTAG cables are detected, the function scans the cable specified by the
CableNameproperty. Otherwise, the function returns an error.Retrieves information about each device in the JTAG scan chain and updates the
Devicesproperty.
When you create a jtagchain object for the AMD® and Altera® devices, the constructor scans the JTAG chain and populates the
Devices property. If the connected JTAG cable or devices change after
object creation, use scan to rescan the JTAG chain and update the
Devices property. The constructor does not perform a JTAG scan for
Microchip devices.
Examples
Input Arguments
Version History
Introduced in R2026b