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

bndRemoveTermBindingByName

bndRemoveTermBindingByName(
d_cellViewID
t_name
)
=> t / nil

Description

Removes the binding from a named terminal.

Arguments

d_cellViewID

The database ID of the cellview containing the terminal.

t_name

The name of the terminal for which the binding is to be removed.

Value Returned

t

The binding was removed.

nil

The binding was not removed.

Example

Removes the binding from terminal a<1> in the specified cellview.

bndRemoveTermBindingByName(cellViewID "a<1>")
t

Return to top
 ⠀
X