System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 12/13/2021
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.16. get_parameter_property

Description

This command returns the property value of a specific parameter.

Availability

All contexts except: CHANNEL, DISCOVER

Usage

get_parameter_property <name> <property>

ReturnType

various

Returns

The value of the property.

Arguments

name
Parameter name
property
Parameter type

Example

set param_default [ get_parameter_property myparam DEFAULT_VALUE ]