nlGetCellName
nlGetCellName(o_inst) =>t_cellName
Description
Gets the cell name of the specified instance.
Arguments
Value Returned
Examples
printf("Cell name is %s.\n" nlGetCellName(inst))
=> myCell
Return to top