Skip to content

Commit 594c8bf

Browse files
Amend docstring for Grid.current property
Signed-off-by: Daniel Zullo <[email protected]>
1 parent 992855e commit 594c8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/timeseries/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def power(self) -> FormulaEngine[Power]:
9292

9393
@property
9494
def current(self) -> FormulaEngine3Phase[Current]:
95-
"""Fetch the grid power for the microgrid.
95+
"""Fetch the grid current for the microgrid.
9696
9797
This formula produces values that are in the Passive Sign Convention (PSC).
9898

0 commit comments

Comments
 (0)