Skip to content

Commit

Permalink
Enhance documentation of the battery pool
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wende <[email protected]>
  • Loading branch information
matthias-wende-frequenz committed Jun 6, 2023
1 parent d81bd29 commit 642b5fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/frequenz/sdk/timeseries/battery_pool/battery_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 642b5fd

Please sign in to comment.