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

pteSelect

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

Description

Selects the specified layer, object, or grid. An item selected previously is not deselected when you run the command again to select another item. This function works only if the Selection Mode is set to Multi Selection.

Arguments

t_rowPath

Path to the layer, object, or grid that you want to select.

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 select an item.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The specified layer, object, or grid was selected.

nil

The command was unsuccessful.

Examples

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

Return to top
 ⠀
X