Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

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.

Examples

Returns win2.

geChangeCellView( win2 "testLib" "testCell" "testView" "a")

Related Topics

geOpen

Design Functions


Return to top
 ⠀
X