21.13.1.51 remove_from_probe_group

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

ParameterTypeDescription

name

string

Specifies one or more probe points to remove from the probe group.

Return TypeDescription
NoneNone

Error Codes

Error CodeDescription

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