-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tap controllers from pandapower #887
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ankur Arohi <[email protected]>
Tests are already provided in the previous PR from @geofjamg, this PR aims to change the value of tap position based on special attributes set in pandapower network. |
Signed-off-by: Ankur Arohi <[email protected]>
|
@geofjamg I have worked on your comments |
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure to understand whar you are trying to solve in this PR:
- Are you trying to take into account the effect of the phase shifter to the voltage ratio ? in that case could you give me a link to the pandapower doc describing this.
- Why are you not also creating a phase tap changer with the given phase shift. It seems to me the most important part of a ĥase shifter to take into account.
- Could you add a test case with a phase shifter to how the issue before and solved one after ?
Signed-off-by: Ankur Arohi [email protected]
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change or deprecate an API?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
Other information: