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

annSaveAnnotationData

annSaveAnnotationData(
w_windowId
t_fileName

)
=> t / nil

Description

Saves the current annotation setup in a file. You can specify the complete file path where the setup file needs to be saved.

Arguments

w_windowId

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

t_fileName

File name with the complete path where you want to save the current annotation setup.

Value Returned

t

Setup files successfully saved.

nil

Command failed.

Examples

The following example shows how to save the setup information:

fileName = "/home/user1/annSetup/modified_tranSetup.as"
schWindow = hiGetCurrentWindow()
when(window 
    annSaveAnnotationData(schWindow fileName)
)

Return to top
 ⠀
X