21.13.1.21 load_active_probe_list

Description

This Tcl command loads the list of probes from the file.

load_active_probe_list [-deviceName "device name"] \
                       -file "path to the file"

Arguments

ParameterTypeDescription

deviceName

string

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

file

string

The input file location.

Return TypeDescription
NoneNone

Error Codes

Error CodeDescription

None

Parameter 'file' has illegal value.

None

Required parameter 'file' is missing.

None

Parameter 'param_name' is not defined. Valid command formatting is'load_active_probe_list [-deviceName "device name"] -file "filename"'.

Supported Families

PolarFire
PolarFire SoC
SmartFusion 2
IGLOO 2
RTG4

Example

This example loads the active probe list from “./my_probes.txt” file.

load_active_probe_list -file “./my_probes.txt”

See Also

  • delete_active_probe

  • read_active_probe

  • save_active_probe_list

  • select_active_probe

  • write_active_probe