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

leLayerAnd

leLayerAnd( 
d_cellViewId 
g_lpp1 
g_lpp2 
g_lpp3 
) 
=> l_shapes / nil

Description

Creates shapes in cellview d_cellViewId on layer g_lpp3 that correspond to the intersections of all shapes on layers g_lpp1 and g_lpp2. A layer-purpose pair is a list containing a layer name followed by a layer purpose.

Arguments

d_cellViewId

The database ID of the cellview containing the layer-purpose pairs.

g_lpp1

First layer-purpose pair.

g_lpp2

Second layer-purpose pair.

g_lpp3

Layer-purpose pair assigned to the new shapes created.

Value Returned

l_shapes

The IDs of the new shapes if new shapes are created.

nil

New shapes are not created.

Example

Creates shapes in cell1 on layer activegate from the intersection of all shapes on the poly1 and pdiff layers. Returns the shape IDs of the shapes.

leLayerAnd( cell1 list("poly1" "drawing") list("pdiff" "drawing") list("activegate" "drawing") )


Return to top
 ⠀
X