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

opcLoadQueries

opcLoadQueries( 
[ ?file t_file ]
)
=> t / nil

Description

Loads all the queries defined in the specified file.

Arguments

?file t_file

The file from which the queries are loaded. If no file is provided, a form is displayed where you can specify the file.

Value Returned

t

Queries loaded successfully.

nil

Failed to load the queries because an invalid file was specified.

Examples

Load queries from the file named aFile.il.

opcLoadQueries(?file "aFile.il")

Load queries without the filename specified. The form is displayed.

opcLoadQueries()

Related Topics

opcSaveQueries


Return to top
 ⠀
X