Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

cleOpenPanicCellView

cleOpenPanicCellView(
t_libName
t_cellName
t_viewName
[ g_openWindow ]
)
=> w_windowID / d_cellviewID / nil

Description

Opens a saved panic Concurrent Layout cellview from a physical panic file with the.oa-extension. This cellview opens in the read-only mode. You can save the data using the Save a Copy command in the File menu to a new cellview or overwrite the original Concurrent Layout cellview on the disk.

Arguments

t_libName

Name of a library.

t_cellName

Name of a cell.

t_viewName

Name of a view.

g_openWindow

Specifies whether to open a layout window. Default value is t.

Value Returned

w_windowID

Window ID of the Concurrent Layout cellview that opens when g_openWindow is set to t.

d_cellviewID

The dbobject of the Concurrent Layout cellview that opens if g_openWindow is set to nil.

nil

An error has occurred.

Examples

If a panic cellview exists in the layout_cle_p1 view of panicBasic in the library CustomDigital, open the canvas window and then use the Save as Copy command to copy the result to the original cellview.

cleHasPanicFile("CustomDigital" "panicBasic" "layout_cle_p1") 
=> t
cleOpenPanicCellView("CustomDigital" "panicBasic" "layout_cle_p1")

Select the Save a Copy command from the File menu, then click the OK button.


Return to top
 ⠀
X