Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leCopyTemplatesToCellView

leCopyTemplatesToCellView( 
d_cellViewId 
) 
=> t / nil

Description

Copies the row region templates and WSPDefs from the source cellview specified with the environment variable autoCopyTemplateCellViewList to the cellview specified in this function. If the cellview has existing templates, the new templates from the source cellview are not copied.

Arguments

d_cellViewId

The database ID of the cellview to which the row region templates and WSPDefs are to be copied.

Value Returned

t

The row region templates and WSPDefs have been copied.

nil

The row region templates and WSPDefs have not been copied.

Example

envSetVal("layout" "autoCopyTemplateCellViewList" 'string "(sourceLibName sourceDesignName layout)")
cvId = geGetEditCellView()

Cellview where templates are to be copied.

leCopyTemplatesToCellView(cvId)

Return to top
 ⠀
X