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

dbCreateSimpleMosaic

dbCreateSimpleMosaic( 
d_cellView 
d_masterCellView 
t_name 
l_point 
t_orient 
x_rows 
x_cols 
n_rowSpacing 
n_colSpacing 
) 
=> d_mosaic / nil 

Description

Creates a simple mosaic in the cellview from the master d_masterCellView.

Arguments

d_cellView

Database ID of a cellview.

d_masterCellView

Database ID of a master cellview.

t_name

If specified, the instance is named t_name; if nil, the program assigns a unique name to the instance.

l_point

Origin of the lower left instance in the array.

For more information, see Database Access Function Argument Types.

t_orient

Orientation of the instance.

x_rows

Number of rows defining the size of the array.

x_cols

Number of columns defining the size of the array.

n_rowSpacing

Spacing between the origins of the mosaic elements in y-direction.

n_colSpacing

Spacing between the origins of the mosaic elements in x-direction.

Value Returned

d_mosaic

The dbObject of the mosaic.

nil

The mosaic is not created.

Examples

dbCreateSimpleMosaic(cv masterTile "myMos" 0:0 "R0" 5 7 3 2)

Related Topics

Mosaic Creation and Retrieval Functions


Return to top
 ⠀
X