techGetPrRoutingPitch
techGetPrRoutingPitch(d_techIDtx_layer) =>n_pitch/ nil
Description
Returns the routing pitch defined for the specified layer in the specified technology database.
Arguments
Value Returned
Example
techGetPrRoutingPitch(techID "metal1")
=> 2.4
Returns the routing pitch defined for the metal1 layer in the layerRoutingGrids subclass in the Layer Rules class of the technology database identified by techID.
Return to top