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

dbTermHasMustConnectAllPins

dbTermHasMustConnectAllPins(
d_termId
)
=> t / nil

Description

Checks whether the mustConnectAllPins attribute value is set on the specified single-bit terminal.

Arguments

d_termId

The database ID of a terminal.

Value Returned

t

The mustConnectAllPins attribute value is set on the specified terminal.

nil

The terminal ID is invalid or is a multi-bit terminal.

Example

dbTermHasMustConnectAllPins(termId) 
=> t

Confirms that the mustConnectAllPins attribute value is set on the terminal termId.


Return to top
 ⠀
X