maeSaveSetup
maeSaveSetup( [?libt_libName] [?cellt_cellName] [?viewt_viewName] [?sessiont_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
Value Returned
Examples
maeSaveSetup()
=> t
Saves the current setup as solutions/amptest/maestro/maestro.sdb.
maeSaveSetup(?lib "solutions" ?cell "amptest" ?view "maestro")
=> t
Return to top