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
Arguments
Value Returned
|
The technology database or the |
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