Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbUnsetPinMinPinWidth

dbUnsetPinMinPinWidth(
d_pinID
tx_layer
)
=> t / nil

Description

Deletes the minWidth constraint on the given pin.

Arguments

d_pinID

The ID of the pin.

tx_layer

The layer name or the layer number.

Value Returned

t

Returns t if the minWidth constraint is successfully deleted.

nil

Returns nil if the minWidth constraint cannot be deleted successfully.

Example

dbUnsetPinMinPinWidth(pinId 0)
=> t


Return to top
 ⠀
X