21.13.1.56 save_live_probe_list

Description

This Tcl command saves the list of live probes to a file(*.txt).

save_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 output 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​

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

Supported Families

PolarFire
PolarFire SoC
SmartFusion 2
IGLOO 2
RTG4

Example

The following example saves live probes list to live_probe_list.txt file:​

save_live_probe_list -file {./live_probe_list.txt}