5.3.1.22.4.2.2. cli.db.model_parameter.limits.CurrentLimits

class cli.db.model_parameter.limits.CurrentLimits(currents: list[float], temperatures: list[float])

Dataclass for current limits as a function of temperature.

currents

Current limits corresponding to the given temperatures.

Type:

list[float]

temperatures

Temperatures aligned with the currents.

Type:

list[float]

__init__(currents: list[float], temperatures: list[float]) None

Methods

__init__(currents, temperatures)

Attributes

currents

temperatures