Description
Describe the current behavior
It is possible to run a security analysis with contingencies, operator strategies and remedial actions but only by configuring thel dynamically in Python code.
Describe the expected behavior
It is possible to run a security analysis with some json files as input to define the contingencies, operator strategies and remedial actions to use.
The documentation page about running the security analysis is completed with json examples here.
Describe the motivation
This feature allows to run the security analysis with a new way of configuring its inputs. It can be more friendly and industrial to be able to run it with json files inputs instead of defining the parameters with some python code.
Extra Information
No response