Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

dbSetTermSoftConnect

dbSetTermSoftConnect(
d_termID
g_value
)
=> t / nil

Description

Sets the soft-connect attribute of an instance terminal to a specific value if the existing value is different from the value you specify.

The terminal on which you set the soft-connect attribute must be a single-bit terminal. Setting the soft-connect attribute on a multi-bit terminal will generate an error.

Arguments

d_termID

  

Terminal ID on which the soft-connect attribute needs to be set.

g_value

  

The soft connect value to be set on a layout terminal.

Value Returned

t

The soft-connect attribute is set.

nil

The soft-connect attribute is not set.

Example

dbSetTermSoftConnect(term t)

Return to top
 ⠀
X