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

pteDeselect

pteDeselect(
t_rowPath
t_panelName
[ w_windowId ]
)
=> t / nil

Description

Deselects an individual item in the specified Palette panel.

Arguments

t_rowPath

Path to the required item.

t_panelName

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

w_windowId

ID of the window containing the Palette in which you want to deselect an item.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The specified item was deselected.

nil

The command was unsuccessful.

Examples

pteDeselect("Nwell drawing" "Layers")
pteDeselect("Boundaries;Area Boundary" "Objects")
pteDeselect("Boundaries;Area Boundary" "Objects")
pteDeselect("Grids;Routing Grid;Metal1" "Grids" window(2))

Return to top
 ⠀
X