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

dbPinGroupGuideHasKeepoutSpacing

dbPinGroupGuideHasKeepoutSpacing(
d_pinGroupGuide
tx_layer
)
=> t / nil

Description

Returns a boolean value indicating that the keepoutSpacing constraint is set on the specified pin group guide.

Arguments

d_pinGroupGuide

Specifies the ID of the pin group guide.

tx_layer

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

Value Returned

t

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

nil

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

Example

dbPinGroupGuideHasKeepoutSpacing(epg1 0) => t

Return to top
 ⠀
X