File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed
src/frequenz/sdk/timeseries Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 4040class BatteryPool :
4141 """An interface for interaction with pools of batteries.
4242
43- !!! note
44- `BatteryPool` instances are not meant to be created directly by users. Use the
45- [`microgrid.battery_pool`][frequenz.sdk.microgrid.battery_pool] method for
46- creating `BatteryPool` instances.
47-
4843 Provides:
4944 - properties for fetching reporting streams of instantaneous
5045 [power][frequenz.sdk.timeseries.battery_pool.BatteryPool.power],
Original file line number Diff line number Diff line change @@ -32,11 +32,6 @@ class EVChargerPoolError(Exception):
3232class EVChargerPool :
3333 """An interface for interaction with pools of EV Chargers.
3434
35- !!! note
36- `EVChargerPool` instances are not meant to be created directly by users. Use the
37- [`microgrid.ev_charger_pool`][frequenz.sdk.microgrid.ev_charger_pool] method for
38- creating `EVChargerPool` instances.
39-
4035 Provides:
4136 - Aggregate [`power`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.power]
4237 and 3-phase
Original file line number Diff line number Diff line change @@ -27,11 +27,6 @@ class PVPoolError(Exception):
2727class PVPool :
2828 """An interface for interaction with pools of PV inverters.
2929
30- !!! note
31- `PVPool` instances are not meant to be created directly by users. Use the
32- [`microgrid.pv_pool`][frequenz.sdk.microgrid.pv_pool] method for creating
33- `PVPool` instances.
34-
3530 Provides:
3631 - Aggregate [`power`][frequenz.sdk.timeseries.pv_pool.PVPool.power]
3732 measurements of the PV inverters in the pool.
You can’t perform that action at this time.
0 commit comments