deOpenCellView
deOpenCellView(t_libNamet_cellNamet_viewNamet_viewTypeg_winSpect_accessMode) =>w_windowId/ nil
Description
Opens an existing cellview in a window.
If a configuration cellview is given as an argument, a SKILL symbol named 'hierEditor is returned. The value for 'hierEditor varies based on the type of cellview opened.
-
When a configuration cellview as well as a top level schematic is opened, the return value of
hierEditoris the window ID of the open top level schematic. -
When only a top level schematic is opened (without opening a configuration cellview), the value of
hierEditoris the window ID of the open top level schematic. -
When only a configuration cellview is opened in the hierarchy editor (a top level schematic is not opened) the value of
hierEditorist. -
When neither a configuration or schematic is opened, the value of
hierEditorisnil.
If the open failed, nil is returned.
Arguments
|
The mode in which to open the cellview. " |
Value Returned
Examples
Opens a mask layout window for editing that contains the layout view of the cell called top from the test library and created with the specified bounding box. Returns the ID of the window.
deOpenCellView("test" "top" "layout" "maskLayout" list(list(0 0) list(500 600)) "a")
Return to top