techGetLayerMaskNumber
techGetLayerMaskNumber(d_techIDtx_layer) =>x_maskNumber/ nil
Description
Returns the mask number assigned to the specified layer in the specified technology database.
Arguments
|
The layer name or number or a list containing the layer name and purpose. |
Value Returned
|
The technology database does not exist, there is no |
Example
techGetLayerMaskNumber(tfID "metal1")
=> 1
Returns the mask number, 1, assigned to the layer metal1 in the technology database identified by tfID.
Return to top