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

pteGetLPPDisplayedInPalette

pteGetLPPDisplayedInPalette(
[ w_windowId ]
)
=> t_layerPurposeNames / nil

Description

Lists the layer-purpose pairs currently displayed in the Layers panel.

Arguments

w_windowId

ID of the window containing the Palette from which you want to retrieve the layer-purpose pair names.
Valid values: ID of any open window
Default: Current window

Value Returned

t_layerPurposeNames

List of layer-purpose pairs currently displayed in the Layers panel.

nil

The command was unsuccessful.

Examples

pteGetLPPDisplayedInPalette()

Generates the following output, assuming that the layer-purpose pairs have been filtered to display only those that contain the string 'RX':

 (("RX" "drawing") 
   ("RX" "net") 
   ("RX" "pin") 
   ("RX" "label") 
   ("RX" "ing")
 )
pteGetLPPDisplayedInPalette(window(2))

Return to top
 ⠀
X