lcePrintConstraintGroupWarnings
lcePrintConstraintGroupWarnings (
d_techID
)
=> t / nil
Description
Prints the warnings issued by the connectivity extractor for the specified technology library. The constraint group for which the warnings are issued is the one defined using the
Arguments
|
Database ID of the technology library for which the constraint group warnings need to be issued. |
Value Returned
Example
lcePrintConstraintGroupWarnings(techID)
Prints warnings for the specified constraint group for the specified technology library.
This function can be used to print warnings after an ASCII technology file is loaded.
procedure(printExtractorWarningsCallback(techId techName)
lcePrintConstraintGroupWarnings(techId)
)
tcRegPostLoadTrigger('printExtractorWarningsCallback)
Return to top