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

pteSetActiveLpp

pteSetActiveLpp(
t_layerPurposeName
[ w_windowId ]
)
=> t / nil

Description

Sets the specified layer-purpose pair as active. A layer that is not defined in the technology file is not displayed in the Palette, and an invalid layer cannot be set as active. Therefore, ensure that the specified layer is defined in the technology file and is valid.

Arguments

t_layerPurposeName

Name of the layer-purpose pair to be set as active.

w_windowId

ID of the window in which the layer-purpose pair is to be set as active.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The specified layer-purpose pair was set as active.

nil

The command was unsuccessful.

Examples

pteSetActiveLpp("nwell drawing")
pteSetActiveLpp("oxide drawing" window(2))

Return to top
 ⠀
X