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

nlGetLibName

nlGetLibName(
o_inst
)
=> t_libName

Description

Gets the library name of the specified instance.

Argument

o_inst

The instance object.

Value Returned

t_libName

The library name given as a string.

Examples

printf("Library name is %s.\n" nlGetLibName(inst))
=> myLib


Return to top
 ⠀
X