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

dbHasExternalConnections

dbHasExternalConnections(
d_connectivityObject
)
=> t / nil

Description

Reports if the given net or terminal has one or more pins that are externally connected. dbHasExternalConnections(connectivityObject) is equivalent to dbHasMustConnections(connectivityObject).

Arguments

d_connectivityObject

Specifies the connectivityObject which can either be a net (d_net), a terminal (d_terminal), or a pin (d_pin).

Value Returned

t

The given net or terminal contains one or more externally connected pins.

nil

The given net or terminal does not contain one or more externally connected pins.


Return to top
 ⠀
X