You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,13 @@
46
46
47
47
- The `ComponentGraph.components()` parameters `component_id`and`component_category` were renamed to `component_ids`and`component_categories`, respectively.
48
48
49
-
- The `GridFrequency.component`propery was renamed to `GridFrequency.source`
49
+
- The `GridFrequency.component`property was renamed to `GridFrequency.source`
50
50
51
51
- The `microgrid.frequency()` method no longer supports passing the `component` parameter. Instead the best component is automatically selected.
52
52
53
53
## New Features
54
54
55
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
55
+
- A new method `microgrid.voltage()` was added to allow easy access to the phase-to-neutral 3-phase voltage of the microgrid.
0 commit comments