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

dbGetAnyTermSupplySensitivity

dbGetAnyTermSupplySensitivity(
d_termId
[ g_all ]
)
=> d_supplyTermId | l_supplyTermId / nil

Description

Returns the supply sensitivity terminal information for the specified terminal. The terminal can be a multi-bit terminal.

Arguments

d_termId

Database ID of the specified terminal.

g_all

A variable indicating whether the database IDs of the supply sensitivity terminals of all the bits are returned. The default is nil.

Value Returned

d_supplyTermId | l_supplyTermId

If g_all is nil or not specified, the return value is database ID of the supply sensitivity terminal on the majority of the bits of the specified terminal.

If g_all is not nil, the return value is a list where each element of the list is the database ID of the supply sensitivity terminal for the corresponding bit in the specified terminal.

nil

All or most of the bits of a multi-bit terminal do not have a supply sensitivity term set.

Examples

Returns the database ID of the supply sensitivity terminal on the majority of the bits of the terminal busTerm.

dbGetAnyTermSupplySensitivity(busTerm)
> db:0x256adf1c

Returns the list of database IDs of all supply sensitivity terminals for the corresponding bit in the terminal busTerm.

dbGetAnyTermSupplySensitivity(busTerm 'all)
> (db:0x256adf1c db:0x256adf1c db:0x256adf1c db:0x256adf1e)

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X