techGetOuterViaLayers
techGetOuterViaLayers(d_techIDtx_viaLayer) =>l_outerViaLayers/ nil
Description
Given the via layer, or the middle layer of the via, returns the bottom and top layers used with the via layer in standard via definitions in the specified technology database.
Arguments
|
The via layer, or middle layer of a via. Valid values: The layer name, the layer number, a list containing the layer name and layer purpose |
Value Returned
Example
techGetOuterViaLayers(tfID "via")
=> ("metal1" "metal2")
Returns the layers surrounding the specified via layer in standard via definitions in the technology database identified by tfID.
Return to top