annLoadAnnotationData
annLoadAnnotationData(
w_windowId
t_annfileList
)
=> t / nil
Description
Loads the saved annotation setup files into the current schematic design. You can specify multiple annotation setup files to load.
Arguments
|
List of annotation setup files that needs to be loaded. If you do not specify this argument, the files list is derived from |
Value Returned
Examples
annSetupsList = "/home/user1/resistorSetup.as /home/user1/dcSetup/pmosSetup.as"
schWindow = hiGetCurrentWindow()
when(schWindow
annLoadAnnotationData(schWindow annSetupsList)
)
Return to top