deOpenCellView SKILL

S

sparklingduce

Guest
Hi All,
I want to open an existing cell view in a window.

deOpenCellView(
t_libName
t_cellName
t_viewName
t_viewType
g_winSpec
t_accessMode
)
=> w_windowId / nil

Please let me know what g_winSpec argument means. Or is there any other command that can be used to open a cellview in a window.

Thanks!
 
sparklingduce <sparklingduce@gmail.com> writes:

Hi All,
I want to open an existing cell view in a window.

deOpenCellView(
t_libName
t_cellName
t_viewName
t_viewType
g_winSpec
t_accessMode
)
=> w_windowId / nil

Please let me know what g_winSpec argument means. Or is there any other command that can be used to open a cellview in a window.

A window in which opening the design. nil to open in a new window.

See doc/skdfref/skdfref.pdf

--
Jean-Marc
 
sparklingduce <sparklingduce@gmail.com> writes:

Hi All,
I want to open an existing cell view in a window.

deOpenCellView(
t_libName
t_cellName
t_viewName
t_viewType
g_winSpec
t_accessMode
)
=> w_windowId / nil

Please let me know what g_winSpec argument means. Or is there any other command that can be used to open a cellview in a window.

The description of window (position and size) in which opening the
design. nil if you don't want to be that precise.

See doc/skdfref/skdfref.pdf

Yours,

--
Jean-Marc
 

Welcome to EDABoard.com

Sponsor

Back
Top