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
|
A variable indicating whether the database IDs of the supply sensitivity terminals of all the bits are returned. The default is |
Value Returned
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