techFindLayer
techFindLayer(d_techfileID tx_layer) =>d_layerID/ nil
Description
Returns the layerID in the specified technology database or a referenced technology database in an ITDB graph of the specified technology database. This function returns the layerID as per the specified layer name or layer number.
Arguments
Value Returned
|
The layerID is returned in the specified technology database. |
|
Example
layer2 = techFindLayer(tf "layer2")
Returns the layer ID based on database identifier, tf and layer, layer2.
Return to top