dbSetSoftConnectTermPinlessLayer
dbSetSoftConnectTermPinlessLayer (d_termIdtx_layer) => t / nil
Description
Sets the pinlessTerminalLayer attribute of the specified softConnect terminal. You can specify both the layer name or layer number of the terminal.
If you set the pinlessTerminalLayer 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 associated technology database.Arguments
Value Returned
|
The |
|
|
An error occurred and the |
Examples
dbSetSoftConnectTermPinlessLayer( term "metal1")=> t
Related Topics
Soft Connect Terminal Functions
Return to top