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

leIsLayerSelectable

leIsLayerSelectable(
l_layerPurposePair
[ d_techFileId ]
) 
=> t / nil

Description

Checks whether the layer l_layerPurposePair is selectable.

Arguments

l_layerPurposePair

Layer-purpose pair to check for selectability.

d_techFileId

The database ID of the technology file containing the layer-purpose pair.

Value Returned

t

The layer l_layerPurposePair is selectable.

nil

The layer l_layerPurposePair is not selectable.

Example

Returns t if layer-purpose pair poly1 drawing is selectable.

leIsLayerSelectable( list("poly1" "drawing") )


Return to top
 ⠀
X