Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

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

w_windowId

Window ID in which the annotation setup is to be loaded.

t_annfileList

List of annotation setup files that needs to be loaded. If you do not specify this argument, the files list is derived from annotationSetupFileList.

Value Returned

t

Setup files successfully loaded.

nil

Command failed.

Examples

annSetupsList = "/home/user1/resistorSetup.as /home/user1/dcSetup/pmosSetup.as"
schWindow = hiGetCurrentWindow()
when(schWindow 
    annLoadAnnotationData(schWindow annSetupsList)
)

Return to top
 ⠀
X