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

dbPinGroupGuideHasMinPinSpacing

dbPinGroupGuideHasMinPinSpacing(
d_PinGroupGuide
tx_layer
)
=> t / nil

Description

Returns a boolean value indicating whether the minSpacing 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 minSpacing constraint is to be retrieved.

Value Returned

t

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

nil

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

Example

dbPinGroupGuideHasMinPinSpacing(epg1 0) => t

Return to top
 ⠀
X