cleRestoreAndOpenPanicFile
cleRestoreAndOpenPanicFile(t_libName t_cellName t_viewName[g_openWindow] ) =>w_windowID/d_cellviewID/ nil
Description
Restores and opens the panic file for the specified Concurrent Layout cellview.
Arguments
|
Specifies whether to open a layout window. Default value is |
Value Returned
|
Window ID of the Concurrent Layout cellview that opens when g_openWindow is set to |
|
|
Database ID of the Concurrent Layout cellview that opens if g_openWindow is set to |
|
Examples
Checks if the cellview testing1 has a panic file.
cleHasPanicFile("designLib" "testing1" "layout_cle_p1")
=> t
Restores and opens the panic file.
panicCV = cleRestoreAndOpenPanicFile("designLib" "testing1" "layout_cle_p1")
Return to top