Introduce new component categories#92
Merged
tiyash-basu-frequenz merged 2 commits intofrequenz-floss:v0.x.xfrom Sep 27, 2023
Merged
Introduce new component categories#92tiyash-basu-frequenz merged 2 commits intofrequenz-floss:v0.x.xfrom
tiyash-basu-frequenz merged 2 commits intofrequenz-floss:v0.x.xfrom
Conversation
4914313 to
78a456d
Compare
This was
linked to
issues
Sep 26, 2023
The new variant is called `COMPONENT_CATEGORY_FUSE`. Fuses are used to protect electrical components from overcurrents. This change allows our API to support fuses. E.g., the Microgrid API could be extended to support fuses in component graphs. Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
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. This change allows our API to support voltage transformers. E.g., the Microgrid API could be extended to support voltage transformers in component graphs. Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
78a456d to
771cb63
Compare
llucax
approved these changes
Sep 27, 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 PR introduces two new component category variant:
FUSEVOLTAGE_TRANSFORMER