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

dbUnsetPinGroupGuideMinPinSpacing

dbUnsetPinGroupGuideMinPinSpacing(
d_pinGroupGuide
tx_layer
)
=> t / nil

Description

Deletes the minSpacing constraint on the given pin group guide.

Arguments

d_PinGroupGuide

The ID of the pin group guide.

tx_layer

The layer name or layer number.

Value Returned

t

Returns t if the minSpacing constraint is successfully deleted.

nil

Returns nil if the minSpacing constraint cannot be deleted successfully.

Example

dbUnsetPinGroupGuideMinPinSpacing(epg 0)
=> t

Return to top
 ⠀
X