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

dbUnsetPinGroupGuideKeepoutSpacing

dbUnsetPinGroupGuideKeepoutSpacing(
d_pinGroupGuide
tx_layer
)
=> t / nil

Description

Deletes the keepoutSpacing constraint on the given pin group guide.

Arguments

d_pinGroupGuide

The ID of the pin group guide.

tx_layer

The layer number or layer name.

Value Returned

t

Returns t if keepoutSpacing constraint is successfully deleted.

nil

Returns nil if the keepoutSpacing constraint cannot be deleted.

Example

dbSetPinGroupGuideKeepoutSpacing(epg1 0 1) 
=> t

Return to top
 ⠀
X