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