21.13.1.51 remove_from_probe_group
(Ask a Question)Description
This Tcl command removes the specified probe points from the group. That is, the removed probe points won’t be associated with any probe group.
This command will fail if the specified value of the parameter is incorrect.
Note:
Probes cannot be removed from the bus.
remove_from_probe_group -name {group_name.probe_point_name}
Arguments
Parameter | Type | Description |
---|---|---|
name | string | Specifies one or more probe points to remove from the probe group. |
Return Type | Description |
---|---|
None | None |
Error Codes
Error Code | Description |
---|---|
None | Parameter 'name' has illegal value. |
None | Required parameter 'name' is missing. |
None | Parameter 'param_name' is not defined. Valid command formatting is'remove_from_probe_group [-name "name"]+'. |
Supported Families
PolarFire |
PolarFire SoC |
SmartFusion 2 |
IGLOO 2 |
RTG4 |
Example
This example removes DFN1_0_Q:DFN1_0/U0:Q instace from new_group.
remove_from_probe_group -name new_group.DFN1_0_Q:DFN1_0/U0:Q
See Also
create_probe_group
add_to_probe_group
move_to_probe_group