Skip to content

Commit f911fc0

Browse files
committed
fixup! Add section for PV arrays in microgrid concepts documentation
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 9ae57f4 commit f911fc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/frequenz/sdk/microgrid/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@
8686
8787
The total PV power production is available through
8888
[`pv_pool`][frequenz.sdk.microgrid.pv_pool]'s
89-
[`power`][frequenz.sdk.timeseries.pv_pool.PVPool.power]. The PV pool by default uses all PV inverters available at a location, but PV pool instances can be created for subsets of PV inverters if necessary, by specifying the inverter ids.
89+
[`power`][frequenz.sdk.timeseries.pv_pool.PVPool.power]. The PV pool by default uses
90+
all PV inverters available at a location, but PV pool instances can be created for
91+
subsets of PV inverters if necessary, by specifying the inverter ids.
9092
9193
The `pv_pool` also provides available power bounds through the
9294
[`power_status`][frequenz.sdk.timeseries.pv_pool.PVPool.power_status] method.

0 commit comments

Comments
 (0)