powsybl-core
powsybl-core copied to clipboard
Add getConfiguredBus to network and busbreakervoltagelevel.busbreaker…
Please check if the PR fulfills these requirements
- [x] The commit message follows our guidelines
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] Docs have been added / updated (for bug fixes / features)
Does this PR already have an issue describing the problem?
no
What kind of change does this PR introduce?
add APIs to get configured bus, symmetric to getBusbarSection
What is the current behavior?
no APIs to get configured buses, but in some use cases you want to use ids of busbarsections and ids of configuredbuses equivalently.
Does this PR introduce a breaking change or deprecate an API? NO
Other information: uses a hack to implement default methods, but we can remove it, or make it normal by adding APIs to views to identify if the view is the same as the voltage level definition ?







