21.13.1.18 get_programmer_info
(Ask a Question)Description
This Tcl command lists the IDs of all FlashPro programmers connected to the computer. Command will fail if programmers are not connected.
get_programmer_info
Arguments
Parameter | Type | Description |
---|---|---|
None | None | None |
Return Type | Description |
---|---|
List of IDs | Returns the list of IDs of all FlashPro programmers connected to the computer. |
Error Codes
Error Code | Description |
---|---|
None | None |
Supported Families
PolarFire |
SmartFusion 2 |
IGLOO 2 |
RTG4 |
Example
Get the list of all connected programmers IDs:
set IDs [get_programmer_info];
puts "IDs of connected programmers: $IDs";
See Also
read_device_status
read_id_code