geChangeCellView
geChangeCellView( [w_windowId] [t_libName] [t_cellName] [t_viewName] [t_accessMode] ) =>w_windowId
Description
Opens a design in an existing window.
It is like geOpen; however, if the window is not specified, the current window is used. geChangeCellView does not create a new window. If you have modified the current design in the window, a dialog box is displayed asking you what to do with the design. If the library is not in the search path, a form is displayed, prompting you to change the search path.
Arguments
Value Returned
Examples
geChangeCellView( win2 "testLib" "testCell" "testView" "a")
Related Topics
Return to top