Skip to content
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

add sv update for configured bus #86

Open
jonenst opened this issue Dec 4, 2024 · 0 comments
Open

add sv update for configured bus #86

jonenst opened this issue Dec 4, 2024 · 0 comments

Comments

@jonenst
Copy link
Contributor

jonenst commented Dec 4, 2024

Describe the current behavior

no endpoint to send only the SV (V angle) of configured bus

Describe the expected behavior

existing endpoint to send only the SV (V angle) of configured bus

Describe the motivation

symmetry with other equipments

Extra Information

network-store-server/src/main/java/com/powsybl/network/store/server/NetworkStoreController.java
Line 1404

  @PutMapping(value = "/{networkId}/configured-buses")
  • //TODO add here configured-bus sv for symmetry (v and angle)

  • @PutMapping(value = "/{networkId}/configured-buses/sv")
    

    @DeleteMapping(value = "/{networkId}/{variantNum}/configured-buses/{busId}", produces = APPLICATION_JSON_VALUE)

see powsybl/powsybl-network-store#484

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant