pulIMacroParameter GetEntryValuesList

Gets the list of input values for the current macro parameter.

Syntax

pulIMacroParameter GetEntryValuesList

iValues

Application

Tcl Query

Description

Gets the list of input values for the current macro parameter.

Inputs

iValues
This command returns a list of the macro parameter’s input values, stored in iValues.

Example

hwi GetSessionHandle sess
sess GetClientManagerHandle pm plot
pm GetMacroHandle macro 1
macro GetParameterHandle param 1
param GetEntryValuesList val_list
puts $val_list

Errors

Returns 3 if there is an invalid parameter handle.

Keywords

  • XY Plot
  • Tcl
  • Query