lceExtractAreas
lceExtractAreas(d_layCellViewID l_points[?reportTypereportType] ) => t / nil
Description
Extracts connectivity for the specified areas of the design.
Arguments
|
Specifies the type of report printed during extraction, if a report is printed.
The default report type is "
Other supported values for the argument are: " |
|
Value Returned
Example
lceExtractAreas(cvId list(list(0:0 100:200) list(500:0 1000:1000)))
For the layout cellview cvId, extracts two areas. The first area extracted is represented using the lower-left corner at coordinate (0,0) and the upper-right corner at (100, 200). The second extracted area is represented using lower-left corner at (500, 0) and the upper-right corner at (1000, 1000).
Related Topics
Return to top