techSetPrRoutingOffset
techSetPrRoutingOffset(d_techIDtx_layer n_offset) => t / nil
Description
Updates the routing offset of the specified layer in the specified technology database.
Arguments
Value Returned
|
The data was updated in |
|
|
The layer is not in the |
Example
techSetPrRoutingOffset(techID "metal1" 0.2)
=> t
Updates the layerRoutingGrids subclass with the specified data in the technology database identified by techID.
Return to top