5.3.1.22.2.1. cli.db.cell.Cell

class cli.db.cell.Cell(spec: CellSpec, model_parameters: Sequence[BaseModel])

Container for all available information of a cell.

spec

CellSpec Static specification of the cell (dimensions, chemistry, voltage limits, etc.).

Type:

cli.db.cell_spec.CellSpec

model_parameters

Sequence[BaseModel] Sequence of model parameter instances (e.g., current limit models).

Type:

collections.abc.Sequence[cli.db.model_parameter.BaseModel]

__init__(spec: CellSpec, model_parameters: Sequence[BaseModel]) None

Methods

__init__(spec, model_parameters)

Attributes

spec

model_parameters