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

deGetEditCellView

deGetEditCellView( 
[ w_window ] 
) 
=> d_cellview / nil

Description

Returns the cellview for the item on the window stack corresponding to the current edit level. nil is returned if the stack is empty.

This function is equivalent to

deGetCellView( w_window deGetEditLevel( w_window ))

but is more efficient.

Arguments

w_window

Window that contains the desired cellview. Defaults to the current window.

Value Returned

d_cellview

The cellview at the current edit stack level.

nil

The stack is empty.

Examples

Equivalent to window(3)->editCellView.

deGetEditCellView( window(3) )

Return to top
 ⠀
X