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

pteGetAllLayerSets

pteGetAllLayerSets(
[ w_windowId ]
)
=> l_layerSets / nil

Description

Returns a list containing all the layer sets available in the design open in the specified window.

Arguments

w_windowId

ID of the window containing the Palette from which you want to retrieve layer set data.
Valid values: ID of any open window
Default: Current window

Value Returned

l_layerSets

A layer set or a list of layer sets.

nil

The command was unsuccessful.

Examples

pteGetAllLayerSets()
pteGetAllLayerSets(window(2))

Return to top
 ⠀
X