File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/frequenz/sdk/timeseries Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ class EVChargerPool:
3333
3434 Provides:
3535 - Aggregate [`power`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.power]
36- and 3-phase
37- [`current `][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.current ]
36+ and
37+ [`current_per_phase `][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.current_per_phase ]
3838 measurements of the EV Chargers in the pool.
3939 """
4040
Original file line number Diff line number Diff line change @@ -443,9 +443,9 @@ class FormulaEngine3Phase(
443443 [`FormulaEngine`][frequenz.sdk.timeseries.formula_engine.FormulaEngine], except that
444444 they stream [3-phase samples][frequenz.sdk.timeseries.Sample3Phase]. All the
445445 current formulas (like
446- [`Grid.current `][frequenz.sdk.timeseries.grid.Grid.current ],
447- [`EVChargerPool.current `][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.current ],
448- etc.) are implemented as 3 -phase formulas.
446+ [`Grid.current_per_phase `][frequenz.sdk.timeseries.grid.Grid.current_per_phase ],
447+ [`EVChargerPool.current_per_phase `][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.current_per_phase ],
448+ etc.) are implemented as per -phase formulas.
449449
450450 ### Streaming Interface
451451
You can’t perform that action at this time.
0 commit comments