dbSetSoftConnectTermConnectToLayer
dbSetSoftConnectTermConnectToLayer (d_termIdtx_layer) => t / nil
Description
Sets the connectToLayer attribute of the specified softConnect terminal.
If you set the connectToLayer attribute on a terminal for which the softConnect attribute is not set, an error is reported and nil is returned. If the string value of tx_layer is an empty string, the value is effectively unset.
If you specify the
tx_layer value as text, the corresponding named layer must exist in the current technology database.Arguments
Value Returned
|
The |
|
|
An error occurred and the |
Examples
dbSetSoftConnectTermConnectToLayer( term "metal2")=> t
Related Topics
Soft Connect Terminal Functions
Return to top