Description
This Tcl command removes the programmer from the programmer list. Right-click a programmer to Ping, Self-Test, Scan, Check Chain or Remove it from the list.
remove_prg -name { name }
Arguments
Parameter | Type | Description |
---|
name | string | Specifies the programmer to be removed. You can repeat this argument for multiple programmers. |
Return Type | Description |
---|
None | None |
Error Codes
Error Code | Description |
---|
None | Required parameter 'name' is missing. |
None | The programmer with name 'prg_name' does not exist. |
None | Parameter 'param_name' is not defined. Valid command formatting is 'remove_prg [-name "name"]+' |
Example
The following example removes the programmer '03178' from the programmer list:
set prg_name "03178"
remove_prg -name "$prg_name"