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

dbSetTermMustConnectAllPins

dbSetTermMustConnectAllPins(
d_termId
g_value { t / nil }
)
=> t / nil

Description

Indicates whether to set the mustConnectAllPins attribute on the specified terminal. The terminal must be a single-bit terminal.

Arguments

d_termId

Database ID of a single-bit terminal.

g_value

Boolean value specifying whether the mustConnectAllPins attribute should be set on the specified terminal.

Valid values:

  • t, if the mustConnectAllPins attribute should be set.
  • nil, if the mustConnectAllPins attribute should be not set.

Value Returned

t

The mustConnectAllPins attribute on the specified terminal is set to the given value.

nil

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

Example

dbSetTermMustConnectAllPins(term t)

The mustConnectAllPins attribute on the terminal term is set to t.


Return to top
 ⠀
X