close_db
close_db [ -libs_libName-cells_cellName-views_viewName| -window_idi_windowID| -cell_view_idd_oaObj] [ -no_prompt ]
Description
Closes the specified window or cellview. If no argument is given, the current artwork window is closed. If Space-based Router detects that a change was made in the database and not saved, the Save on Exit dialog appears, allowing you to save data before closing the database.
The GUI equivalent for this command is File – Close.
Arguments
|
Specifies the cellview to close. All windows displaying the given cellview are closed. |
|
Value Returned
Examples
The following example closes the cellview in the active window.
close_db
The following example closes all windows displaying the given cellview mylib/NAND/abstract.
close_db -lib myLib -cell NAND -view abstract
Related Topics
Return to top