Skip to content

Commit 32130e6

Browse files
authored
Merge pull request #135 from cwasicki/curt
Add curtailable flag to PVConfig
2 parents 7ecb3d0 + 5dfb55d commit 32130e6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## New Features
1212

13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
13+
* Add minimum of flexibility power range to PV system config.
1414

1515
## Bug Fixes
1616

src/frequenz/data/microgrid/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ class PVConfig:
120120
rated_power: float | None = None
121121
"""Rated power of the inverters in Watt."""
122122

123+
curtailable: bool = False
124+
"""Flag to indicate if PV system can be curtailed."""
125+
123126

124127
@dataclass(frozen=True)
125128
class WindConfig:

0 commit comments

Comments
 (0)