Retrieving Layout Summary via skill

P

paul

Guest
Is there another way to retrieve the [VirtuosoWindow -> Design ->
Summary] as a file except this?

win = hiGetCurrentWindow()
leiDoSummary("mysummary" geGetEditCellView(win) win)

best regards
Paul
 
What's worse with 'leiDoSummary' apart that it is not documented and privat
function?

ALERT (PRIV): <...>/sumary.il, line 2 : leiDoSummary is a Cadence private function

There are many ways to get a layout summary with db* SKILL functions.

But try

leDesignSummary(
d_cellViewId
t_fileName
b_append
[ w_windowId ]
)
=> t | nil

Stores or outputs leHiSummary results to an external specified file. If
w_windowId is not specified, the current window is used.

or

leHiSummary(
[ w_windowId ]
)
=> t | nil

Displays information about the specified window. If you do not specify
w_windowId, the layout editor uses the current window.


Bernd

paul wrote:
Is there another way to retrieve the [VirtuosoWindow -> Design -
Summary] as a file except this?

win = hiGetCurrentWindow()
leiDoSummary("mysummary" geGetEditCellView(win) win)

best regards
Paul
 

Welcome to EDABoard.com

Sponsor

Back
Top