lceExtractNet
lceExtractNet(
net
[ ?reportType reportType ]
[ ?disableAnnotationChecking {t | nil } ]
)
=> t / nil
Description
Runs the Layout XL connectivity extractor on the specified net.
Arguments
|
net
|
Name of the net for which connectivity needs 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".
|
|
?disableAnnotationChecking
|
|
|
Controls whether annotations are checked during extraction.
The default is nil.
|
Value Returned
|
t
|
The specified net was extracted.
|
|
nil
|
The specified net was not extracted.
|
Example
lceExtractNet(VDD)
Runs the Layout XL connectivity extractor on the VDD net.
Return to top