dbSetAnyTermGroundSensitivity
dbSetAnyTermGroundSensitivity(
d_termId
d_groundTermId
)
=> t / nil
Description
Sets the ground sensitivity value for each bit of the specified terminal. If the terminal is a multi-bit terminal, the function only sets the ground sensitivity value on implicit bits. The ground sensitivity values on explicit bits are not affected.
Arguments
Value Returned
Example
Sets the ground sensitivity value groundTerm for each bit of the terminal term.
dbSetAnyTermGroundSensitivity(term groundTerm)
> t
Related Topics
Connectivity Creation and Modification Functions
Return to top