We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
no endpoint to send only the SV (V angle) of configured bus
existing endpoint to send only the SV (V angle) of configured bus
symmetry with other equipments
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
//TODO add here configured-bus sv for symmetry (v and angle)
@DeleteMapping(value = "/{networkId}/{variantNum}/configured-buses/{busId}", produces = APPLICATION_JSON_VALUE)
see powsybl/powsybl-network-store#484
The text was updated successfully, but these errors were encountered: