dbGetPinMinPinWidth
dbGetPinMinPinWidth(d_pinId tx_layer) =>n_value/nil
Description
Returns the value of the minWidth constraint set on the specified pin.
Arguments
|
The layer name or number in the pin group from which the value of the |
Value Returned
|
Returns the value of the |
|
|
Returns |
Example
dbGetPinMinPinWidth(pinId 0) => 8
Return to top