techGetLxNoOverlapLayers
techGetLxNoOverlapLayers(d_techFileID) =>l_noOverlapLayers/ nil
Description
Lists the pairs of layers that cannot overlap.
Arguments
Value Returned
|
List of the layers that cannot overlap. The list has the following syntax. |
|
Example
techGetLxNoOverlapLayers(techFileID)
=> ( ( "poly1" "ndiff" )
( "poly1" "diff" )
( "metal1" "pdiff" )
)
Returns the pairs of layers that cannot overlap from the technology file identified by techFileID.
Return to top