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.).
- model_parameters
Sequence[BaseModel] Sequence of model parameter instances (e.g., current limit models).
- Type:
collections.abc.Sequence[cli.db.model_parameter.BaseModel]
Methods
__init__(spec, model_parameters)Attributes