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
Value Returned
|
The setup database file and test state files for the current window are saved. |
||
Examples
Saves the setup database file and test state files for the current window.
axlSaveSetup( )
=>t
Return to top