System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 4/03/2023
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.3. add_parameter

Description

This command adds a new parameter to this toolkit.

Availability

GLOBAL

Usage

add_parameter <name> <type> [<value> <description>]

ReturnType

Nothing

Returns

no return value

Arguments

name
Parameter name
type
Parameter type See Parameter Type.
value (optional)
Parameter default value
description (optional)
Parameter description

Example

add_parameter myparam INTEGER 1