techGetPrRoutingDirection
techGetPrRoutingDirection(d_techIDtx_layer) =>t_direction/ nil
Description
Returns the direction assigned to the specified routing layer technology database. ASCII technology file location: routingDirections subsection in the layerRules section.
Arguments
Value Returned
Example
techGetPrRoutingDirection(tfID "METAL6")
=> "vertical"
Returns the direction (vertical) assigned to the layer METAL6 in the technology database identified by tfID.
Return to top