lceExtractArea
lceExtractArea(d_layCellViewID l_points[ ?reportType reportType ]) => t / nil
Description
Extracts connectivity for a specified area 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
lceExtractArea(cvId list(0:0 10:10))
Extracts an area of layout cellview cvId with lower left corner at coordinate (0,0) and upper right corner at (10,10).
Related Topics
Return to top