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

dbPinGroupGuideHasMinPinWidth

dbPinGroupGuideHasMinPinWidth(
d_PinGroupGuide
tx_layer
)
=> t / nil

Description

Returns a boolean value indicating whether the minWidth constraint is set on the specified pin group guide.

Arguments

d_PinGroupGuide

The ID of the pin group guide.

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

t

Returns t if the minWidth constraint is set on the specified pin group guide.

nil

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

Example

dbPinGroupGuideHasMinPinWidth(epg1 0) => t


Return to top
 ⠀
X