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

dbSetPinGroupGuideKeepoutSpacing

dbSetPinGroupGuideKeepoutSpacing(
d_pinGroupGuide
tx_layer
n_value
)
=> t / nil

Description

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

n_value

The value that you want to set for the constraint.

Value Returned

t

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

nil

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

Example

dbSetPinGroupGuideKeepoutSpacing(epg1 0 1) 
=> t

Return to top
 ⠀
X