UserSpace.new_cells#

UserSpace.new_cells(name=None, formula=None)[source]#

Create a cells in the space.

Parameters:
  • name – If omitted, the model is named automatically CellsN, where N is an available number.

  • func – The function to define the formula of the cells.

Returns:

The new cells.