Hi,
How do I access the cellView of a particular instance (that is an instance of cell.instances[n], type inst) ?
Or more generally is there a definition of the different class objects and their relations ?
Found how to access cellView of an instance:
I explicitly open the ws.db.open_cell_view() which returns the cellView object associated with the cell of the instance.
Also looks like ipython traverses through the set of methods per object/class, sadly no code completion in pycharm.
Hi, How do I access the cellView of a particular instance (that is an instance of cell.instances[n], type inst) ? Or more generally is there a definition of the different class objects and their relations ?