lxHierCheck
lxHierCheck(layCV[ ?checkDevices { t | nil } ] [ ?checkExtractLayout { t | nil } ] [ ?extractStopLevel [0-32] ] [ ?hierSummaryLogFileNamet_hierSummaryLogFileName] ) => 0 – 100 / -1
Description
Checks all unique layout masters in the hierarchy for Layout XL compliance, and reports binding status.
Value Returned
Example
layCV=dbOpenCellViewByType(layLibName layCellName layViewName)
lxHierCheck(layCV ?checkDevices t ?extractStopLevel 2 ?hierSummaryLogFileName "./hierCheck.log")
Checks all unique layout masters up to level 2 in the hierarchy of layLibName/layCellName/layViewName. The Summary report of the check is written to the log file named hierCheck.log.
Related Topics
Return to top