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

axlImportSetup

axlImportSetup( 
t_session 
t_path
l_tags
[ t_historyName ]
[ s_operation ]
) 
=> t / nil

Description

Imports the setup from a file. The list of tags passed are the top-level elements like vars, tests, etc to import.

Arguments

t_session

Session Name

t_path

Setup path

l_tags

List of tags.

t_historyName

Name of the history from where you need to import the setup.

s_operation

Operation Type

The valid values are "merge", "retain" or "overwrite".

Value Returned

t

The setup is imported from the file.

nil

The setup is not imported from the file.

Examples

Imports the setup from the given file.

session = axlGetWindowSession(hiGetCurrentWindow())
"session1"
axlImportSetup(session "/tmp/exported.sdb" '("vars") "" 'retain)
=> t

Return to top
 ⠀
X