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

lceExtractArea

lceExtractArea(
d_layCellViewID
l_points
[ ?reportType reportType ]
)
=> t / nil

Description

Extracts connectivity for a specified area of the design.

Arguments

d_layCellViewID

ID of the cellview to be extracted.

l_points

List of coordinates for the area to be extracted.

?reportType reportType

Specifies the type of report printed during extraction, if a report is printed.

The default report type is "full".

Other supported values for the argument are: "none" and "simple".

Value Returned

t

The specified area was extracted.

nil

The specified area was not extracted.

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

Extracting Connectivity by Area


Return to top
 ⠀
X