Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbSetSoftConnectTermConnectToLayer

dbSetSoftConnectTermConnectToLayer ( 
d_termId 
tx_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

d_termId

The database ID of the terminal.

tx_layer

The layer name or layer number of the terminal.

Value Returned

t

The connectToLayer on the specified softConnect terminal has been successfully set.

nil

An error occurred and the connectToLayer on the specified softConnect terminal could not be set.

Examples

dbSetSoftConnectTermConnectToLayer( term "metal2")=> t

Related Topics

Soft Connect Terminal Functions


Return to top
 ⠀
X