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

axlSaveSetup

axlSaveSetup( 
) 
=> t / nil 

Description

Saves the setup database file and test state files for the current window. The behavior of this function is similar to File – Save. If the cellview was opened in the read-only mode, a new library, cell, and view value must be provided for which you need to save the setup details.

Arguments

None

Value Returned

t

The setup database file and test state files for the current window are saved.

nil

The setup database file and test state files are not saved.

Examples

Saves the setup database file and test state files for the current window.

axlSaveSetup( )
=>t

Return to top
 ⠀
X