pulIMacro SetCreateTarget

Sets the “create target” value for the current macro.

Syntax

pulIMacro SetCreateTarget state

Application

Tcl Modify

Description

Sets the “create target” value for the current macro.

Inputs

state
This command set the value of the “create target” flag for the current macro to the value given by state (either “true” or “false”).

Example

hwi GetSessionHandle sess
sess GetClientManagerHandle pm plot
pm GetMacroHandle macro 1
macro SetCreateTarget true

Errors

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

Keywords

Macro

Tcl