dbSetSoftConnectTermConnectToLayer
dbSetSoftConnectTermConnectToLayer(
d_termID
tx_layer
)
=> t / nil
Description
Sets a connect-to-layer value on a soft-connect terminal that indicates the layer name to which the terminal must connect.
Arguments
Value Returned
|
The layer name to which the soft-connect terminal must connect is set. |
|
|
The layer name to which the soft-connect terminal must connect is not set. |
Example
dbSetSoftConnectTermConnectToLayer(term "metal2") => t
Return to top