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

leSetAllLayerSelectable

leSetAllLayerSelectable(
g_isSelectable
[ d_techFileId ]
) 
=> t / nil

Description

Sets the selectability of all layers in technology file d_techFileId as specified by g_isSelectable. If d_techFileId is not specified, the current technology file is used.

In Palette mode, this SKILL API will work only for the current active window.

Arguments

g_isSelectable

Specifies whether all layers in library d_techFileId are selectable.
Valid Values: t or nil

d_techFileId

The database ID of the technology file containing the layers.

Value Returned

t

The selectability of all layers is set to the specified value.

nil

The selectability of all layers is not set to the specified value.

Example

Sets all layers in technology file myTechFile to be selectable.

leSetAllLayerSelectable( t myTechFile )


Return to top
 ⠀
X