System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 9/26/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.1.17. get_parameter_value

Description

This command returns the current value of a parameter definedpreviously with the add_parameter command.

Availability

All contexts except: CHANNEL, DISCOVER

Usage

get_parameter_value <name>

ReturnType

String

Returns

The value of the parameter.

Arguments

name
Parameter name

Example

set myvar [ get_parameter_value myparam ]