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

dbUnsetPinMinPinSpacing

dbUnsetPinMinPinSpacing(
d_pinID
tx_layer
)
=> t / nil

Description

Deletes the minSpacing 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 minSpacing constraint is successfully deleted.

nil

Returns nil if the minSpacing constraint cannot be deleted successfully.

Example

dbUnsetPinMinPinSpacing(pinId 0)
=> t

Return to top
 ⠀
X