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