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

leGetEntryLayer

leGetEntryLayer(
[ d_techFileId ]
) 
=> l_layerPurposePair / nil

Description

Returns the entry layer for technology file d_techFileId as a list containing the layer name and layer purpose. If d_techFileId is not specified, the current technology file is used.

Arguments

d_techFileId

Database ID for the technology file specified.

Value Returned

l_layerPurposePair

A list of the layer name and purpose if an entry layer for technology file d_techFileId exists.

nil

The technology file d_techFileId does not exist.

Example

Returns the layer name and layer purpose for the entry layer in the technology file myTech.

leGetEntryLayer( myTech )


Return to top
 ⠀
X