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

dbGetAnyTermGroundSensitivity

dbGetAnyTermGroundSensitivity(
d_termId
[ g_all ]
)
=> d_groundTermId | l_groundTermId / nil

Description

Returns ground sensitivity terminal information for the specified terminal. This 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 ground sensitivity terminals of all the bits are returned. The default is nil.

Value Returned

d_groundTermId | l_groundTermId

If g_all is nil or not specified, the return value is database ID of the ground 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 ground sensitivity terminal for the corresponding bit in the specified terminal.

nil

Most or all the bits of a multi-bit terminal do not have a ground sensitivity terminal set.

Examples

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

dbGetAnyTermGroundSensitivity(busTerm)
> db:0x256adf1c

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

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

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X