dbIsAnyTermGroundSensitivityConsistent
dbIsAnyTermGroundSensitivityConsistent(
d_termId
)
=> t / nil
Description
Checks whether all the bits of the specified terminal have the same ground sensitivity terminal.
Argument
Value Returned
|
All the bits of the specified terminal have the same ground sensitivity terminal. |
|
|
The bits of the specified terminal do not all have the same ground sensitivity terminal. |
Example
Checks whether all the bits of the terminal term have the same ground sensitivity terminal.
dbIsAnyTermGroundSensitivityConsistent(term)
> t
Related Topics
Connectivity Creation and Modification Functions
Return to top