symNames = setof(sym, axlDBGetDesign() ->symbols, !exists(obj, sym ->children, index(obj ->layer, "PACKAGE GEOMETRY/PLACE_BOUND_"))) ~>name outPort = axlDMOpenFile("MISC", "symbol.rpt", "w") fprintf(outPort, buildString(symNames, "\n")) axlDMClose(outPort)
↧