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

geGetBackgroundCellView

geGetBackgroundCellView( 
[ w_windowId ] 
)
=> l_cellViewId / l_transform

Description

Returns the cellview used for the background cellview.

Arguments

w_windowId

Optional argument. ID of the window.

Value Returned

l_cellViewId l_transform

List containing the cellview ID and the transform used for the background.

Examples

Returns the cellview used for the background cellview.

win = hiGetCurrentWindow()
geGetBackgroundCellView(win)
 (db:0x18b9d39a 
     ((-25.0 -25.0) "R0") 1.0
 )

Related Topics

Background Cellview Functions

Return to top
 ⠀
X