geChangeCellView
geChangeCellView(
[ w_windowId ]
[ t_libName ]
[ t_cellName ]
[ t_viewName ]
[ t_accessMode ]
)
=> w_windowId
Description
Opens a design in an existing window.
It is exactly 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 form 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
w_windowId Object ID of the window containing the cellview.
t_libName Name of the library for the design.
t_cellName Name of the cell for the design.
t_viewName Name of the view for the design.
t_accessMode Access mode.
Valid Values: r (read), a (edit)
Value Returned
w_windowId Returns the database ID of the window passed in.
Example
geChangeCellView( win2 "testLib" "testCell" "testView" "a")
Returns win2.
Tuesday, May 27, 2008
Cadence Skill code - geChangeCellView
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment