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

nlGetCellName

nlGetCellName(
o_inst
)
=> t_cellName

Description

Gets the cell name of the specified instance.

Arguments

o_inst

The instance object.

Value Returned

t_cellName

The cell name given as a string.

Examples

printf("Cell name is %s.\n" nlGetCellName(inst))
=> myCell


Return to top
 ⠀
X