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

dbPinHasMinPinWidth

dbPinHasMinPinWidth(
d_pinId
tx_layer
)
=> t / nil

Description

Returns a boolean value indicating whether the minWidth constraint has been applied to the specified pin.

Arguments

d_pinId

The database ID of the pin.

tx_layer

The layer name or the layer number of the specified pin.

Value Returned

t

Returns t when the minWidth contraint has been applied to the specified pin.

nil

Returns nil if the minWidth constraint has not been applied to the specified pin or if the pin ID is invalid.

Example

dbPinHasMinPinWidth(pinId 0) => t

Return to top
 ⠀
X