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

treeSaveHierarchy

treeSaveHierarchy( 
n_sessionWindowNum
t_file 
)
=> t / nil

Description

Saves the entire hierarchy including objects that are not visible (filter settings are ignored in the Navigator).

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

Hierarchy saved.

nil

Hierarchy not saved.

Examples

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

treeSaveHierarchy(1 "./myHierarchy.xml")

Related Topics

treeSaveScreen


Return to top
 ⠀
X