21.13.1.74 unset_live_probe

Description

This Tcl command discontinues the debug function and clears both live probe channels (Channel A and Channel B). An all zeros value is shown for both channels in the oscilloscope.

Note:

For RTG4, only one probe channel (Probe Read Data Pin) is available.

unset_live_probe [-deviceName "device name"] \
                 [-probeA "TRUE | FALSE"] \
                 [-probeB "TRUE | FALSE"]'

Arguments

ParameterTypeDescription

deviceName

string

Parameter is optional if only one device is available in the current configuration.

probeA

boolean

Specify 1 or TRUE for unset live probe on Channel A, otherwise specify 0 or FALSE.

probeB

boolean

Specify 1 or TRUE for unset live probe on Channel B, otherwise specify 0 or FALSE.

Return TypeDescription
NoneNone

Error Codes

Error CodeDescription

None

Cannot unset live probes: Mention the name of the channel to unset.

None

Parameter 'param_name' is not defined. Valid command formatting is 'unset_live_probe [-deviceName "device name"] [-probeA "TRUE | FALSE"] [-probeB "TRUE | FALSE"]'.

None

probeA: Invalid argument value: (expecting TRUE, 1, true, FALSE, 0 or false).

None

probeB: Invalid argument value: (expecting TRUE, 1, true, FALSE, 0 or false).

None

Parameter 'deviceName' has illegal value.

Supported Families

PolarFire
PolarFire SoC
SmartFusion 2
IGLOO 2
RTG4

Example

The following example unsets both live probe channels (Channel A and Channel B) from the device sf2:

unset_live_probes -probeA 1 -probeB 1 [-deviceName {sf2}]

See Also

  • set_live_probe