We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194baf2 commit 7038c59Copy full SHA for 7038c59
src/frequenz/sdk/microgrid/__init__.py
@@ -77,7 +77,7 @@
77
The total CHP production in a site can be streamed through
78
[`chp_power`][frequenz.sdk.timeseries.logical_meter.LogicalMeter.chp_power]. PV Power
79
is available through the PV pool described below. And total producer power is available
80
-through [`producer_power`][frequenz.sdk.timeseries.producer.Producer.power].
+through [`microgrid.producer().power`][frequenz.sdk.timeseries.producer.Producer.power].
81
82
As is the case with the other methods, if PV Arrays or CHPs are not available in a
83
microgrid, the corresponding methods stream zero values.
0 commit comments