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

maeSaveSetup

maeSaveSetup(
[ ?lib t_libName ] 
[ ?cell t_cellName ]
[ ?view t_viewName ]
[ ?session t_sessionName ])
=> t / nil

Description

Saves the setup database file and test state files for the current session in the library, cell, view format. The behavior of this function is similar to File - Save. It is recommended to run this function after making changes in the setup.

By default, the setup of the current cellview is saved. 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.

If a cellview is managed by a Design Management (DM) system, ensure that it is in CheckedOut state before using this function.

Arguments

?lib t_libName

Name of the library.

?cell t_cellName

Name of the cell.

?view t_viewName

Name of the view.

?session t_sessionName

Name of the session.

If not specified, the current session is used.

Value Returned

t

The setup is saved.

nil

The setup is not saved.

Examples

Saves the current setup.

maeSaveSetup()
=> t

Saves the current setup as solutions/amptest/maestro/maestro.sdb.

maeSaveSetup(?lib "solutions" ?cell "amptest" ?view "maestro")
=> t


Return to top
 ⠀
X