Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

asiAddModelLibSelection

asiAddModelLibSelection(
{ o_session | o_tool }
t_modelLibFile
t_section
)
=> t / nil

Description

Adds a model file by adding an entry to the model library file section (corresponding environment variable modelFiles) and calls asiInvalidateControlStmts.

Arguments

o_session

Name of the session.

o_tool

Name of the tool.

t_modelLibFile

Name of the model library file. If this field is blank, no model files are added.

t_section

Name of the model library file section.

Value Returned

t

The function is successful.

nil

The function is not successful.

Examples

asiAddModelLibSelection (session "/servers/cic_ade/gashish/LAB/lab/Models/allModels.scs" ""))

Adds allModels.scs model file and adds an entry to the model library file section.


Return to top
 ⠀
X