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

dbGetPinGroupGuideKeepoutSpacing

dbGetPinGroupGuideKeepoutSpacing(
d_pinGroupGuide
tx_layer
)
=> n_value / nil

Description

Returns the value of the keepoutSpacing constraint set on the specified pin group guide.

Arguments

d_pinGroupGuide

The ID for the pin group guide name.

tx_layer

The layer name or layer number.

Value Returned

n_value

Returns the value of the keepoutSpacing constraint if it 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

dbGetPinGroupGuideKeepoutSpacing(epg1 0)
=> 6

Return to top
 ⠀
X