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

dbSetPinMinPinSpacing

dbSetPinMinPinSpacing(
d_pinID
tx_layer
n_value
)
=> t / nil

Description

Sets the value of the minSpacing constraint on the given pin.

Arguments

d_pinID

The ID of the pin.

tx_layer

The layer name or the layer number.

n_value

The integer value of the constraint that you want to set.

Value Returned

t

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

nil

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

Example

dbSetPinMinPinSpacing(pinId 0 5)
=> t

Return to top
 ⠀
X