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

dbSetAnyTermGroundSensitivity

dbSetAnyTermGroundSensitivity(
d_termId
d_groundTermId
)
=> t / nil

Description

Sets the ground sensitivity value for each bit of the specified terminal. If the terminal is a multi-bit terminal, the function only sets the ground sensitivity value on implicit bits. The ground sensitivity values on explicit bits are not affected.

Arguments

d_termId

Database ID of the specified terminal.

d_groundTermId

Database ID of the ground sensitivity terminal.

Value Returned

t

The ground sensitivity value is set for the specified terminal.

nil

The ground sensitivity value is could not be set for the specified terminal. This may be because the terminal IDs are invalid, or the ground terminal ID is not a single-bit terminal, or the ground sensitivity terminal and the specified terminal are not in the same cellview.

Example

Sets the ground sensitivity value groundTerm for each bit of the terminal term.

dbSetAnyTermGroundSensitivity(term groundTerm)
> t

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X