lceGetNetNamesFromArea
lceGetNetNamesFromArea(d_layCellViewID l_region l_layerNames[ ?stopLevelx_stopLevel] [ ?maxNumNetsn_maxNumNets] [ ?numChasedShapesLimitn_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
Value Returned
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