dbRestoreAndOpenAutoSavedFile
dbRestoreAndOpenAutoSavedFile(t_libName t_cellName t_viewName) =>d_cellviewID/ nil
Description
Restores and opens the auto-saved file for the specified cellview.
Arguments
Values Returned
Examples
Checks if cellview has an auto-save file
dbHasAutoSavedFile("designLib" "testing1" "layout1")
=>t
Restores and open the auto-save file
CV2 = dbRestoreAndOpenAutoSavedFile("designLib" "testing1" "layout1")
=>db:0x08a1ec92
Return to top