Hi Max, I tried the following code as per your suggestion: procedure(osf(fig) (let () (when (car (last (geGetSelSet))) == fig && fig->objType == "inst" (printf "selected %L\n" fig->cellName) ) t ) ) leRegUserObjectSelectionFilter("osf") But when I select any instance in my schematic, then nothing gets printed in the CIW. Could you please let me know what am I doing wrong. Thanks!
↧