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

dbSetFigAbutName

dbSetFigAbutName(
d_figId
t_abutName
)
=> t / nil

Description

Assigns a unique abutment name to the figure associated with the given ID (d_figId). If you set the name to an empty string, Virtuoso clears any existing abutment names specified for the figure ID.

The following conditions must be met to successfully assign a unique abutment name to the figure:

Arguments

d_figId

Specifies the ID associated with the figure to which you want to assign an abutment name

t_abutName

Specifies the abutment name to be assigned to the figure ID

Value Returned

t

Returns t if the abutment name is successfully assigned

nil

Returns nil if the abutment name is not assigned

Examples

dbSetFigAbutName(fig "dpolyRight")

Related Topics

Pcell Abutment Support Functions


Return to top
 ⠀
X