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

dbGetPinMinPinWidth

dbGetPinMinPinWidth(
d_pinId
tx_layer
)
=> n_value / nil

Description

Returns the value of the minWidth constraint set on the specified pin.

Arguments

d_pinId

The ID of the pin.

tx_layer

The layer name or number in the pin group from which the value of the minWidth constraint is to be retrieved.

Value Returned

n_value

Returns the value of the minWidth constraint if it is set on the specified pin.

nil

Returns nil if the minWidth constraint is not set on the specified pin.

Example

dbGetPinMinPinWidth(pinId 0) => 8


Return to top
 ⠀
X