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

pteSetOnlySelectable

pteSetOnlySelectable(
{ t_layerPurposeName | t_paletteElementPath }
t_panelName
[ w_windowId ]
)
=> t / nil

Description

Turns on the selectability of the specified item in the specified panel. All other items in the specified panel are made non-selectable.

Arguments

t_layerPurposeName

Name of the item to be made selectable.

t_paletteElementPath

Path to the item to be made selectable.

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

Selectability of the specified item was turned on.

nil

The command was unsuccessful.

Examples

pteSetOnlySelectable("Nwell drawing" "Layers")
pteSetOnlySelectable("Oxide drawing" "Layers" window(2))

Return to top
 ⠀
X