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

treeSaveScreen

treeSaveScreen( 
n_sessionWindowNum
t_file 
)
=> t / nil

Description

Saves the visible hierarchy (filter settings in the Navigator are taken into account).

Arguments

n_sessionWindowNum

The session window number where the Navigator is docked.

t_file

File name path where the content is to be saved.

Value Returned

t

Visible hierarchy is saved.

nil

Visible hierarchy is not saved.

Examples

Where 1 is the number of the session window where the Navigator is located and myScreen.xml is the file to store the content in the current working directory.

treeSaveScreen(1 "./myScreen.xml")

Related Topics

treeSaveHierarchy


Return to top
 ⠀
X