Add fuse component#144
Merged
tiyash-basu-frequenz merged 2 commits intofrequenz-floss:v0.x.xfrom Oct 4, 2023
Merged
Conversation
Closed
dc98b4e to
72908cc
Compare
52211b4 to
3ecc6a6
Compare
stefan-brus-frequenz
previously approved these changes
Oct 4, 2023
This commit adds the fuse component to the microgrid API. The fuse component is used to protect components from overcurrents. Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
This commit adds the voltage transformer component to the microgrid. Voltage transformers are used to step up or step down the voltage, keeping the power somewhat constant by increasing or decreasing the current. If voltage is stepped up, current is stepped down, and vice versa. Note that voltage transformers have efficiency losses, so the output power is always less than the input power. Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
8a3aca6
3ecc6a6 to
8a3aca6
Compare
stefan-brus-frequenz
approved these changes
Oct 4, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds the fuse component to the microgrid API. The fuse component is used to protect components from overcurrents.