Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techGetLeLswLayers

techGetLeLswLayers(
d_techID
) 
=> l_lswLayers / nil

Description

Returns the leLswLayers layers from the technology database identified by techID, if found. If leLswLayers is not found in the technology database identified by techID, the function searches any open technology databases in the graph for leLswLayers and returns the first set that is found. The function does not open any technology databases that are explicitly closed.

For more information about the leLswLayers subsection of the technology file, see leLswLayers in Virtuoso Technology Data ASCII Files Reference.

Arguments

d_techID

The database identifier of the technology database.

Value Returned

l_lswLayers

A list of leLswLayers layers.

nil

The technology database or the leLswLayers subsection does not exist.

Example

techGetLeLswLayers( tfID )
=> (("metal1" "drawing")
("metal2" "drawing")
("metal3" "drawing")
("poly1" "drawing")
("pWell" "drawing")
("implant" "drawing")
("diff" "drawing")
("align" "drawing")
)

Returns a list of layers defined in the leLswLayers subsection of the leRules section of the technology database identified by tfID.


Return to top
 ⠀
X