cell_name property

cell_name property

Gets the name of the cell.

Definition:

@property
def cell_name(self):
    ...
@cell_name.setter
def cell_name(self, value):
    ...

See Also