diff --git a/src/frequenz/sdk/timeseries/battery_pool/battery_pool.py b/src/frequenz/sdk/timeseries/battery_pool/battery_pool.py index e4fbd8c72..5311dcc73 100644 --- a/src/frequenz/sdk/timeseries/battery_pool/battery_pool.py +++ b/src/frequenz/sdk/timeseries/battery_pool/battery_pool.py @@ -374,6 +374,9 @@ def capacity(self) -> MetricAggregator[CapacityMetrics]: def power_bounds(self) -> MetricAggregator[PowerMetrics]: """Get receiver to receive new power bounds when they change. + Power bounds refer to the min and max power that a battery can + discharge or charge at and is also denoted as SoP. + Power bounds formulas are described in the receiver return type. None will be send if there is no component to calculate metrics.