Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

pteSetConfig

pteSetConfig(
t_configName
t_configValue
t_panelName
[ w_windowId ]
) 
=> t / nil

Description

Assigns the specified configValue to the configName configuration parameter in the specified Palette panel.

Arguments

t_configName

Name of the Palette configuration parameter.

t_configValue

Value to be assigned to the Palette configuration parameter.

t_panelName

Name of the Palette panel.
Valid values: Layers, Objects, and Grids

w_windowId

ID of the window containing the Palette that you want to update.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The Palette configuration parameter was set.

nil

The command was unsuccessful.

Examples

pteSetConfig("sortAscendant" "GDSNumber" "Layers")
pteSetConfig("sectionMoved" "Visibility 0" "Objects")
pteSetConfig("showTool" "Controls Buttons" "Grids")

Return to top
 ⠀
X