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

dbSetPinGroupGuideMinPinWidth

dbSetPinGroupGuideMinPinSpacing(
d_pinGroupGuide
tx_layer
n_value
)
=> t / nil

Description

Sets the value of 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.

n_value

The integer value that you want to set for the minWidth constraint.

Value Returned

t

Returns t if the value of the minWidth constraint is successfully set.

nil

Returns nil if the value of the minWidth constraint cannot be set successfully.

Example

dbSetPinGroupGuideMinPinWidth(epg 0 3)
=> t

Return to top
 ⠀
X