Glade Reference
The Cell class represents a cell, which can have multiple representations (views).
Creates an cell object.
dbObjList<cellView> list = c.cellViews()
Get a list of the cellViews for this cell.
list = c.getCellViews()
Get a Python list of the cellViews for this cell.
c.name(char *s)
Sets the cell name.
char *s = c.name()
Gets the cell's name.
c.addCellView(cellView cv)
Adds cv to the cell's cellView list.
cellView cv = c.dbFindCellViewByView(char *viewName)
Finds the cellView for this cell with view name viewName. If it does not exist, None is returned.
dbType type = c.objType()
Returns the object's type (CELL).
char *name = c.objName()
Returns the object's print name ("CELL").
Copyright © Peardrop Design 2020.