deNewCellView
deNewCellView(t_libNamet_cellNamet_viewNamet_viewTypeg_winSpec) =>w_windowId /nil
Description
Creates a new cellview and opens it in a window.
If a configuration cellview is given as an argument, a SKILL symbol named 'hierEditor is returned. The value of hierEditor is as follows:
When a configuration cellview is opened in the hierarchy editor, the value of hierEditor is t. If a cellview is not open or fails to open, the value of hierEditor is nil.
When opening a new configuration cellview the matching top level schematic is not defined so it is not possible to return a window ID for the value of
'hierEditor.Arguments
|
The name of the library in which the cellview will be created. |
|
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.
deNewCellView("test" "top" "layout" "maskLayout" list(list(0 0) list(500 600)))
Return to top