how to directly select a cell instance

hi
I want to auto select all cell instances in Python, becase cell object can't return the point value in the absoulte coordinates and the cell instance can get the it. My cell instances have only one for each origin cells, based on code, it is right way to get parent cell and then Iterates by each_inst, but for me, I can get the cell name ( derive only one cell instance) in advance instead of the parent cell(contain the celll instances), so is there any method to direct get them?
thanks

Comments

Sign In or Register to comment.