dbSetTermMustConnectAllPins
dbSetTermMustConnectAllPins(
d_termId
g_value { t / nil }
)
=> t / nil
Description
Indicates whether to set the mustConnectAllPins attribute on the specified terminal. The terminal must be a single-bit terminal.
Arguments
|
Boolean value specifying whether the |
Value Returned
|
The |
|
|
The terminal ID is invalid or a multi-bit terminal is specified. |
Example
dbSetTermMustConnectAllPins(term t)
The mustConnectAllPins attribute on the terminal term is set to t.
Return to top