Description
This is the FlashPro-specific tcl command that pings one or more programmers. Right-click a programmer and choose Ping.
Note: You can click the Refresh/Rescan for Programmers button to quickly ping new programmers.
ping_prg -name {name}
Arguments
| Parameter | Type | Description | 
|---|
| name | string | Specifies the programmer to be pinged. Repeat this argument for multiple programmers. See example below. This is mandatory. | 
| Return Type | Description | 
|---|
| None | None | 
Error Codes
| Error Code | Description | 
|---|
| None | Required parameter 'name' is missing. | 
| None | Parameter 'name' is missing or has invalid value. | 
| None | The programmer with name does not exist. | 
Example
The following example pings the programmers 'FP300085' and 'FP30086':
ping_prg -name {FP300085} -name {FP300086}