21.11.11 ping_prg

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

ParameterTypeDescription
namestringSpecifies the programmer to be pinged. Repeat this argument for multiple programmers. See example below. This is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'name' is missing.
NoneParameter 'name' is missing or has invalid value.
NoneThe programmer with name does not exist.

Supported Families

PolarFire®
SmartFusion® 2

Example

The following example pings the programmers 'FP300085' and 'FP30086':

ping_prg -name {FP300085} -name {FP300086}

See Also

  • ping_prg