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

leSetLayerVisible

leSetLayerVisible( 
l_layerPurposePair 
g_isVisible 
[ d_techFileId ] 
) 
=> t / nil

Description

Sets the visibility of the layer specified by the layer-purpose pair as specified by g_isVisible. If d_techFileId is not specified, the current technology file Layer Selection Window (LSW) is used.

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

Arguments

l_layerPurposePair

Layer-purpose pair to set visible.

g_isVisible

Specifies whether the layer is visible.Valid Values: t or nil

d_techFileId

The database ID of the technology file.

Value Returned

t

The visibility of the layer is set to the specified value.

nil

The visibility of the layer is not set to the specified value.

Examples

Any of these examples sets layer poly1 purpose drawing to be visible and returns t.

leSetLayerVisible( list("poly1" "drawing") t ) 
leSetLayerVisible( list("poly1") t )
leSetLayerVisible( "poly1" t )


Return to top
 ⠀
X