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:
- The specified ID is that of a figure.
- The figure is in a pcell.
- The abutment name being assigned is unique within a pcell submaster.
- The abutment name and abutment reference name assigned to a figure must be different.
Arguments
|
Specifies the ID associated with the figure to which you want to assign an abutment name |
|
Value Returned
Examples
dbSetFigAbutName(fig "dpolyRight")
Related Topics
Pcell Abutment Support Functions
Return to top