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

dbPinHasMinPinSpacing

dbPinHasMinPinSpacing(
d_PinId
tx_layer
)
=> t / nil

Description

Returns a boolean value indicating whether the minSpacing constraint is 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

t

Returns t if the minSpacing constraint is set on the specified pin.

nil

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

Example

dbPinHasMinPinSpacing(pinId 0) => t

Return to top
 ⠀
X