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

dbGetFigAbutName

dbGetFigAbutName(
d_figId
)=> t_abutName / nil

Description

Retrieves the abutment name assigned to the figure associated with the given ID (d_figId).

The following conditions must be met to successfully retrieve the abutment name assigned to a figure:

Arguments

d_figId

Specifies the figure ID for which you want to retrieve the abutment name

Value Returned

t_abutName

Returns the abutment name assigned to the figure if it is successfully retrieved

nil

Returns nil if an abutment name is not assigned to the given figure ID or if the above conditions are not met

Examples

dbGetFigAbutName(fig)=> => "dpolyRight"

Related Topics

Pcell Abutment Support Functions


Return to top
 ⠀
X