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

dbUnsetPinGroupGuideMinPinWidth

dbUnsetPinGroupGuideMinPinSpacing(
d_pinGroupGuide
tx_layer
)
=> t / nil

Description

Deletes the minWidth 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 minWidth constraint is successfully deleted.

nil

Returns nil if the minWidth constraint cannot be deleted successfully.

Example

dbUnsetPinGroupGuideMinPinWidth(epg 0)
=> t

Return to top
 ⠀
X