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

geWriteCellView

geWriteCellView( 
d_cellview 
t_libName 
t_cellName
t_viewName 
[ t_version ] 
[ d_contextId ] 
)
=> t / nil 

Description

Creates a copy of a cellview.

Arguments

d_cellview

Database ID of the window containing the design to copy.

t_libName

Library name in which the cellview is created.

t_cellName

New cell name for the design.

t_viewName

New view name for the design.

t_version

This argument is ignored in 4.4 and 5.0, but is left in for compatibility.

d_contextId

Database ID of the context for the cell.

Value Returned

t

The cellview is written.

nil

The cellview is not written.

Examples

Creates a copy of the cellview cell1 in mylib with the name mycell and the view layout.

geWriteCellView( cell1 "mylib" "mycell" "layout" )

Related Topics

Utility Functions


Return to top
 ⠀
X