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

lceGetNetNamesFromArea

lceGetNetNamesFromArea(
d_layCellViewID
l_region
l_layerNames
[ ?stopLevel x_stopLevel ]
[ ?maxNumNets n_maxNumNets ]
[ ?numChasedShapesLimit n_numChasedShapesLimit ]
) 
=> l_netNames

Description

Returns a list of the net names corresponding to the effective connectivity of the shapes on the specified layers overlapping a specified area.

Arguments

d_layCellViewID

Database ID of a layout cellview.

l_region

A coordinate representing a point or a list of coordinates representing a rectangle or polygon.

l_layerNames

List of layer names.

?stopLevel x_stopLevel

The maximum number of hierarchy levels to search for shapes. The default is 32.

?maxNumNets n_maxNumNets

The maximum number of net names to return. The default is 2.

?numChasedShapesLimit n_numChasedShapesLimit

  

The maximum number of shapes to chase. The default is 10.

Value Returned

l_netNames

List of net names.

Examples

lceGetNetNamesFromArea(cvId 10:20 "M1")

Returns a list of net names corresponding to the effective connectivity of the shapes in the region 10:20 on the layer "M1" of the cellview cvId.

lceGetNetNamesFromArea(cvId list(0:0 10:10) list("M1" "M2"))

Returns a list of net names corresponding to the effective connectivity of the shapes in the polygon represented by coordinates 0:0 10:10 on the layers "M1" and "M2" of the cellview cvId.


Return to top
 ⠀
X