21.13.1.58 select_active_probe
(Ask a Question)Description
This Tcl command manages the current selection of active probe points to be used by active probe READ operations. This command extends or replaces your current selection with the probe points found using the search pattern.
select_active_probe [–name probe_name_pattern ] \
[-reset true|false ]
Arguments
Parameter | Type | Description |
---|---|---|
name | string | Specifies the name of the probe. Optionally, search pattern string can specify one or multiple probe points. The pattern search characters “*” and “?” also can be specified to filter out the probe names. |
reset | boolean | This optional parameter resets all previously selected probe points. If name is not specified, empties out current selection. |
Return Type | Description |
---|---|
None | None |
Error Codes
Error Code | Description |
---|---|
None | Parameter 'reset' has illegal value. |
None | Parameter 'name' has illegal value. |
None | Cannot select active probe: Specified probe point(s) not found. |
None | Parameter 'param_name' is not defined. Valid command formatting is'select_active_probe [-name "name"]* \[-reset "TRUE | FALSE"]'. |
Supported Families
PolarFire |
PolarFire SoC |
SmartFusion 2 |
IGLOO 2 |
RTG4 |
Example
Select_active_probe -name out[5]:out[5]:Q
Select_active_probe -name out.out[1]:out[1]:Q \
-name out.out[3]:out[3]:Q \
-name out.out[5]:out[5]:Q
See Also
write_active_probe
read_active_probe