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
|
Specifies the connectivityObject which can either be a net (d_net), a terminal (d_terminal), or a pin (d_pin). |
|
Value Returned
|
The given net or terminal contains one or more externally connected pins. |
|
|
The given net or terminal does not contain one or more externally connected pins. |
Return to top