@@ -12,10 +12,10 @@ have to have at least one of the two, to be meaningful.
1212
1313## Frequenz SDK Microgrid Model
1414
15- The SDK aims to provide an abstract model of the microgrid that allows
16- for high-level interactions with {{glossary("component", "microgrid
17- components")}}, without having to deal with, or even be aware of
18- location specific details like :
15+ The SDK aims to provide an abstract model of the microgrid that
16+ enables high-level interactions with {{glossary("component",
17+ "microgrid components")}}, without having to worry about ( or even be
18+ aware of) location- specific details such as :
1919
2020- where the {{glossary("meter", "meters")}} are placed,
2121- how many {{glossary("battery", "batteries")}},
@@ -65,8 +65,8 @@ This refers to a microgrid's connection to the external Grid. The
6565power flowing through this connection can be streamed through
6666[ ` grid_power ` ] [ frequenz.sdk.timeseries.logical_meter.LogicalMeter.grid_power ] .
6767
68- In locations without a grid connection, this method would still be
69- available , and would stream zero values.
68+ In locations without a grid connection, this method remains
69+ accessible , and streams zero values.
7070
7171## Consumer
7272
@@ -75,7 +75,7 @@ the {{glossary("load")}} the microgrid is built to support. The power
7575drawn by the consumer is available through
7676[ ` consumer_power ` ] [ frequenz.sdk.timeseries.logical_meter.LogicalMeter.consumer_power ]
7777
78- If there is no consumer at a site , this method would stream zero values.
78+ In locations without a consumer , this method streams zero values.
7979
8080## Producers: PV Arrays, CHP
8181
@@ -88,9 +88,9 @@ through
8888And total producer power is available through
8989[ ` producer_power ` ] [ frequenz.sdk.timeseries.logical_meter.LogicalMeter.producer_power ] .
9090
91- And just like the other methods, if components of either of these
92- types are not available in a microgrid, the corrensponding methods
93- will stream zero values.
91+ As is the case with the other methods, if PV Arrays or CHPs are not
92+ available in a microgrid, the corresponding methods stream zero
93+ values.
9494
9595## Batteries
9696
@@ -130,4 +130,4 @@ It also offers a
130130method for fetching the status of individual EV Chargers, including
131131state changes like when an EV is connected or disconnected, and a
132132[ ` set_bounds ` ] [ frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.set_bounds ]
133- method for limit the charge power of individual EV Chargers.
133+ method to limit the charge power of individual EV Chargers.
0 commit comments