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

geSetBackgroundCellView

geSetBackgroundCellView( 
w_windowId 
d_cellViewId | l_libName, cellName, viewName
[ l_transform ]
)
=> t / nil 

Description

Sets a background cellview on specified window. A cellview ID or a list of libName, cellName, and viewName can be given.

Arguments

w_windowId

Window ID.

d_cellViewId | l_libName, cellName, viewName

  

Cellview ID or a list specifying the library, cell, or view name.

l_transform

Optional argument that will place the background cellview at a specified location and rotation.

Value Returned

t

The background is set to the specified cellview.

nil

The cellview ID or specified list is invalid.

Examples

Places the background cellview at location 5:10 with a rotation R90.

geSetBackgroundCellView(window(3) list( "myLib" "myCell" "layout")
geSetBackgroundCellView(winId list(libname cellname viewname) list(5:10 "R0"))

or

geSetBackgroundCellView(winId cvId  list(5:10 "R0"))

Related Topics

Background Cellview Functions


Return to top
 ⠀
X