Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

d_termID

  

Terminal ID on which the connect-to-layer attribute needs to be set.

tx_layer

  

The layer to which the specified soft-connect terminal needs to connect.

The connect-to-layer attribute can be set only on a soft-connect terminal. Setting the value on a non-soft-connect terminal will generate an error. However, if the value set is "", the connect-to-layer attribute is removed.

Value Returned

t

The layer name to which the soft-connect terminal must connect is set.

nil

The layer name to which the soft-connect terminal must connect is not set.

Example

dbSetSoftConnectTermConnectToLayer(term "metal2") => t

Return to top
 ⠀
X