21.13.1.2 add_to_probe_group
(Ask a Question)Description
This Tcl command adds the specified probe points to the specified probe group.
This command will fail if any of the optins are incorrect.
add_to_probe_group -name {Probe name} -group {Group name}Arguments
| Parameter | Type | Description |
|---|---|---|
name | string | Specifies one or more probes to add. |
group | string | Specifies name of the probe group. |
| Return Type | Description |
|---|---|
| None | None |
Error Codes
| Error Code | Description |
|---|---|
None | Parameter 'group' has illegal value. |
None | Required parameter 'group' is missing. |
None | Parameter 'name' has illegal value. |
None | Required parameter 'name' is missing. |
None | Parameter 'param_name' is not defined. Valid command formatting is'add_to_probe_group [-name "name"]+ \-group "group name"'. |
Supported Families
| PolarFire |
|
PolarFire SoC |
| SmartFusion 2 |
| IGLOO 2 |
| RTG4 |
Example
This example adds {DFN1_0_Q:DFN1_0/U0:Q} instance to the {probe_group}.
add_to_probe_group -name {DFN1_0_Q:DFN1_0/U0:Q} -group {probe_group} See Also
create_probe_group
remove_from_probe_group
move_to_probe_group
