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

pteSetLSVisible

pteSetLSVisible(
t_layerSetName
g_visibilityState
[ w_windowId ]
)
=> t / nil

Description

Turns on or off the visibility state of all the layer-purpose pairs contained in the specified layer set.

Arguments

t_layerSetName

Name of the layer set for which visibility is to be turned on or off.

g_visibilityState

If set to t, visibility is turned on. If set to nil, visibility is turned off.

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

The visibility of all the layer-purpose pairs contained in the specified layer set was turned on or off.

nil

The command was unsuccessful.

Examples

pteSetLSVisible("metal" t)
pteSetLSVisible("metal" nil window(2)) 

Return to top
 ⠀
X