21.13.1.12 load_live_probe_list*

Description

This Tcl command loads the list of live probes from the file(*.txt).

load_live_probe_list [-deviceName "device name"] -file "filename"

Arguments

ParameterTypeDescription

deviceName

string

Specify device name. This parameter is optional if only one device is available in the current configuration.

file

string

Specify path and the name of input file(*.txt). This parameter is mandatory.

Return TypeDescription
NoneNone

Error Codes

Error CodeDescription

None

Required parameter 'file' is missing.

None

Parameter 'param_name' is not defined. Valid command formatting is

'load_live_probe_list [-deviceName "device name"] \ -file "filename"'.

Supported Families

PolarFire

PolarFire SoC

SmartFusion 2
IGLOO 2
RTG4

Example

The following example loads M3T device live probes list from live_probe_list.txt file. Text file which has the probes list saved from previous SmartDebug save action.

save_live_probe_list -file {./live_probe_list.txt} load_live_probe_list
                -deviceName {M3T} -file {./live_probe_list.txt}

See Also

  • save_live_probe_list