-
Notifications
You must be signed in to change notification settings - Fork 16
Rao result from file for monitoring and glsk purpose #1126
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
Merged
+458
−161
Merged
Changes from 15 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
0b53105
Add the possibility to load rao result from file to be used in monito…
obrix 00ed770
Use TypeVar instead of Self
obrix e648814
clean
obrix c29c779
Cls type
obrix 9917760
Use Any
obrix adbce61
Clean
obrix b9a6a26
Update doc
obrix c04705a
Clean
obrix 66432a3
Fix doc
obrix ffa13d2
Fix doc
obrix 867b721
Clean
obrix 743aa14
Clean
obrix 57828b9
Glsk for monitoring is mandatory
obrix 6ec0211
Clean setters.
obrix f1665cd
Remove crac source setter.
obrix a888ddc
Crac is mandatory in run methods.
obrix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,133 @@ | ||
| { | ||
| "type" : "RAO_RESULT", | ||
| "version" : "1.8", | ||
| "info" : "Generated by Open RAO https://powsybl.readthedocs.io/projects/openrao", | ||
| "computationStatus" : "default", | ||
| "executionDetails" : "The RAO only went through first preventive", | ||
| "costResults" : { | ||
| "initial" : { | ||
| "functionalCost" : -5.00, | ||
| "virtualCost" : { | ||
| "sensitivity-failure-cost" : 0.00 | ||
| } | ||
| }, | ||
| "preventive" : { | ||
| "functionalCost" : -5.00, | ||
| "virtualCost" : { | ||
| "sensitivity-failure-cost" : 0.00 | ||
| } | ||
| }, | ||
| "outage" : { | ||
| "functionalCost" : -5.00, | ||
| "virtualCost" : { | ||
| "sensitivity-failure-cost" : 0.00 | ||
| } | ||
| }, | ||
| "auto" : { | ||
| "functionalCost" : -5.00, | ||
| "virtualCost" : { | ||
| "sensitivity-failure-cost" : 0.00 | ||
| } | ||
| }, | ||
| "curative" : { | ||
| "functionalCost" : -5.00, | ||
| "virtualCost" : { | ||
| "sensitivity-failure-cost" : 0.00 | ||
| } | ||
| } | ||
| }, | ||
| "computationStatusMap" : [ ], | ||
| "flowCnecResults" : [ { | ||
| "flowCnecId" : "cnec1 - curative", | ||
| "initial" : { | ||
| "ampere" : { | ||
| "margin" : 7.60, | ||
| "side2" : { | ||
| "flow" : 0.00 | ||
| } | ||
| }, | ||
| "megawatt" : { | ||
| "margin" : 5.00, | ||
| "side2" : { | ||
| "flow" : 0.00 | ||
| } | ||
| } | ||
| }, | ||
| "preventive" : { | ||
| "ampere" : { | ||
| "margin" : 7.60, | ||
| "side2" : { | ||
| "flow" : 0.00 | ||
| } | ||
| }, | ||
| "megawatt" : { | ||
| "margin" : 5.00, | ||
| "side2" : { | ||
| "flow" : 0.00 | ||
| } | ||
| } | ||
| }, | ||
| "auto" : { | ||
| "ampere" : { | ||
| "margin" : 7.60, | ||
| "side2" : { | ||
| "flow" : 0.00 | ||
| } | ||
| }, | ||
| "megawatt" : { | ||
| "margin" : 5.00, | ||
| "side2" : { | ||
| "flow" : 0.00 | ||
| } | ||
| } | ||
| }, | ||
| "curative" : { | ||
| "ampere" : { | ||
| "margin" : 7.60, | ||
| "side2" : { | ||
| "flow" : 0.00 | ||
| } | ||
| }, | ||
| "megawatt" : { | ||
| "margin" : 5.00, | ||
| "side2" : { | ||
| "flow" : 0.00 | ||
| } | ||
| } | ||
| } | ||
| }, { | ||
| "flowCnecId" : "cnec1 - preventive", | ||
| "initial" : { | ||
| "ampere" : { | ||
| "margin" : 68.25, | ||
| "side2" : { | ||
| "flow" : 83.68 | ||
| } | ||
| }, | ||
| "megawatt" : { | ||
| "margin" : 49.99, | ||
| "side2" : { | ||
| "flow" : 50.01 | ||
| } | ||
| } | ||
| }, | ||
| "preventive" : { | ||
| "ampere" : { | ||
| "margin" : 68.25, | ||
| "side2" : { | ||
| "flow" : 83.68 | ||
| } | ||
| }, | ||
| "megawatt" : { | ||
| "margin" : 49.99, | ||
| "side2" : { | ||
| "flow" : 50.01 | ||
| } | ||
| } | ||
| } | ||
| } ], | ||
| "angleCnecResults" : [ ], | ||
| "voltageCnecResults" : [ ], | ||
| "networkActionResults" : [ ], | ||
| "rangeActionResults" : [ ] | ||
| } |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.