printf( "Starting %s on top cell in window %L...\n"
upperCase(drc_or_lvs)
win)
topCell = win~>topCellview
designlibId = topCell~>libId
techLibId = techGetTechFile(designlibId)
techLibName = techLibId~>libName
以上是我的部分脚本 然后ciw里的报错是:*WARNING* (TECH-2000010): techGetTechFile: nil is an invalid ID. The valid ID is dbCellViewId or ddId for a cell or library. Specify the valid ID and rerun the function.