lceExtractNets
lceExtractNets(l_nets[ ?reportTypereportType][ ?disableAnnotationChecking {t | nil } ] ) => t / nil
Description
Runs the Layout XL connectivity extractor on the specified nets.
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
lceExtractNets(list(VDD net29 net11))
Runs the Layout XL connectivity extractor on the nets: VDD net29 net11
Return to top