@@ -61,7 +61,7 @@ components](#component-category) together. It can be connected to the public
6161[ grid] ( #grid ) , or be completely isolated, in which case it is known as an
6262island.
6363
64- Components can be grouped into [ assets] ( #Assets ) and [ devices] ( #Devices ) .
64+ Components can be grouped into [ assets] ( #assets ) and [ devices] ( #devices ) .
6565Assets are core components like generators or storage systems that are crucial from a business perspective,
6666whereas devices are the supporting infrastructure essential for the functionality of these assets.
6767
@@ -188,8 +188,8 @@ microgrid are connected with each other. Some of the ways in which the SDK uses
188188the component graph are:
189189
190190 - figure out how to calculate high level metrics like
191- [ ` grid_power ` ] [ frequenz.sdk.timeseries.grid.Grid.power ] ,
192- [ ` consumer_power ` ] [ frequenz.sdk.timeseries.consumer.Consumer.power ] ,
191+ [ ` grid().power ` ] [ frequenz.sdk.timeseries.grid.Grid.power ] ,
192+ [ ` consumer().power ` ] [ frequenz.sdk.timeseries.consumer.Consumer.power ] ,
193193etc. for a microgrid, using the available components.
194194 - identify the available {{glossary("battery", "batteries")}} or
195195 {{glossary("EV charger", "EV chargers")}} at a site that can be controlled.
@@ -408,7 +408,8 @@ flowing into the component instead, this will be zero.
408408
409409In [ microgrid] ( #microgrid ) context sometimes used as the remaining difference
410410between the [ net consumption] ( #net-consumption ) and the [ battery] ( #battery )
411- power, i.e. what we define as [ grid power] ( #grid_power ) .
411+ power, i.e. what we define as
412+ [ ` grid().power ` ] [ frequenz.sdk.timeseries.grid.Grid.power ] .
412413
413414### Residual Load
414415
0 commit comments