techIsPrRoutingLayer
techIsPrRoutingLayer(d_techIDtx_layer) => t / nil
Description
Indicates whether the specified layer is a routing layer, assigned a routing direction in the specified technology database. ASCII technology file location: routingDirections subsection of the layerRules section.
Arguments
Value Returned
Example
techIsPrRoutingLayer(techID "metal2")
=> t
The metal2 layer is a routing layer in the technology database identified by techID.
Return to top