21.13.1.25 move_to_probe_group

Description

This Tcl command moves the specified probe points to the specified probe group.

Note:

​Probe points related to a bus cannot be moved to another group.

move_to_probe_group -name {probe name} -group {group name}

Arguments

ParameterTypeDescription

name

string

Specifies one or more probes to move.

group

string

Specifies name of the probe group.

Return TypeDescription
NoneNone

Error Codes

Error CodeDescription

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'move_to_probe_group [-name "name"]+ \-group "group name"'.

Supported Families

PolarFire

PolarFire SoC

SmartFusion 2
IGLOO 2
RTG4

Example

This example moves {out[5]:out[5]:Q} and {grp1.out[3]:out[3]:Q} probes to the {my_grp2}:

move_to_probe_group -name {out[5]:out[5]:Q} \
                    -name {grp1.out[3]:out[3]:Q} \
                    -group {my_grp2}

See Also

  • create_probe_group

  • add_to_probe_group