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

dbSetAnyTermSupplySensitivity

dbSetAnyTermSupplySensitivity(
d_termId
d_suppplyTermId
)
=> t / nil

Description

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

Arguments

d_termId

Database ID of the specified terminal.

d_suppplyTermId

Database ID of the supply sensitivity terminal.

Value Returned

t

The supply sensitivity value is successfully set for the specified terminal.

nil

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

Example

Sets the supply sensitivity value supplyTerm for each bit of the terminal term.

dbSetAnyTermSupplySensitivity(term supplyTerm)
> t

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X