pulIMacro AddParameter

Adds a new parameter to the macro.

Syntax

pulIMacro AddParameter name

Application

Tcl Modify

Description

This command adds a parameter with the specified name to the macro.

Inputs

name
The parameter name.

Example

hwi GetSessionHandle sess
sess GetClientManagerHandle pm plot
pm GetMacroHandle macro 1
macro AddParameter "Parameter 1"

Errors

Returns 3 = HW_InvalidHandle if there is an invalid macro handle.

Keywords

Macro

Tcl