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

pteSetLppVisibleByString

pteSetLppVisibleByString(
t_searchPattern
g_visibilityState
[ w_windowId ]
)
=> t / nil

Description

Searches for the specified search string based on the advanced search options (casing, match type, and search operator) set in the Layers panel, and sets the visibility state for all layer-purpose pairs that match the search criteria to the specified value.

Arguments

t_searchPattern

The search string.

g_visibilityState

The visibility state.
Valid values: t, nil

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 specified visibility state was set for all layer-purpose pairs that match the search criteria.

nil

The command was unsuccessful.

Examples

Sets the visibility for all Metal1 layer-purpose pairs to nil in the current window.

pteSetLppVisibleByString("Metal1" nil)


Return to top
 ⠀
X