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

dbGetPinMinPinSpacing

dbGetPinMinPinSpacing(
d_pinId
tx_layer
)
=> n_value / nil

Description

Returns the value of the minSpacing constraint set on the specified pin.

Arguments

d_pinId

The ID of the pin.

tx_layer

The layer name or number in the pin group from which the value of the minSpacing constraint is to be retrieved.

Value Returned

n_value

Returns the value of the minSpacing constraint if it is set on the specified pin.

nil

Returns nil if the minSpacing constraint is not set on the specified pin.

Example

dbGetPinMinPinSpacing(pinId 0) => 6

Return to top
 ⠀
X