techGetTrimLayerPairs
techGetTrimLayerPairs(d_techFileID tx_layer) =>l_trimLayerPairs/ nil
Description
Get list of layer pairs for given layer of trim material type.
Arguments
Value Returned
|
A list of layer pairs for given layer of |
|
|
The technology database does not exist or the layer is not defined in the technology database. |
Example
techGetTrimLayerPairs( tx "via1" )
Return to top