nlGetLibName
nlGetLibName(o_inst) =>t_libName
Description
Gets the library name of the specified instance.
Argument
Value Returned
Examples
printf("Library name is %s.\n" nlGetLibName(inst))
=> myLib
Return to top