techGetDerivedLayer
techGetDerivedLayer(d_techID tx_layer1 t_op tx_layer2) =>d_techLayerID/ nil
Description
Returns the database identifier for the derived layer created from the two specified layers with the specified operation in the specified technology database.
Arguments
|
The operation between layer1 and layer2 that produces the derived layer. |
|
Value Returned
|
The technology database does not exist or the derived layer does not exist. |
Example
techGetDerivedLayer(tfID "metal1" "or" "metal2" )
=> db:0x01d0700e
Returns the database identifier for the derived layer defined as metal1 or metal2.
Return to top