unihd-cag / skillbridge

A seamless python to Cadence Virtuoso Skill interface
https://unihd-cag.github.io/skillbridge/
GNU Lesser General Public License v3.0
181 stars 38 forks source link

[SUPPORT] CellView of an instance, general documentation of class objects #214

Closed leochand101 closed 1 year ago

leochand101 commented 1 year ago

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 ?

leochand101 commented 1 year ago

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.