library names () | |
Obtains the names of all libraries in the project. | |
Returns: List of names. |
library open (libraryName) | |
Opens a library so its content can be examined. | |
Argument: libraryName | the library to open |
Returns: The library object, see libraryRefApi.tcl |