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

dbSetSoftConnectTermPinlessLayer

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

d_termId

The database ID of the terminal.

tx_layer

The layer name or layer number of the terminal.

Value Returned

t

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

nil

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

Examples

dbSetSoftConnectTermPinlessLayer( term "metal1")=> t

Related Topics

Soft Connect Terminal Functions


Return to top
 ⠀
X