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

opcSaveQueries

opcSaveQueries( 
[ ?file t_file ]
?queries l_queries
)
=> t / nil

Description

Saves the list of queries in the specified file.

Arguments

?file t_file

The file listing the queries to be saved. If no file is provided, a form is displayed where you can specify the file.

?queries l_queries

List of query names to be saved.

Value Returned

t

Queries saved successfully.

nil

Failed to save the queries because the list was empty or the file was invalid.

Examples

Save queries named Custom1 and Custom2 in the file named aFile.il.

opcSaveQueries(?file "aFile.il" ?queries list("Custom1" "Custom2"))

Save query named aQuery. Because no filename is specified, the form is displayed.

opcSaveQueries(?queries list("aQuery"))

Related Topics

opcLoadQueries


Return to top
 ⠀
X