powsybl-core
powsybl-core copied to clipboard
`getSpecificParameters` methods for analyses providers
Describe the current behavior
The following providers have methods allowing to retrieve the specific parameters' description:
-
LoadFlowProvider
-
ShortCircuitAnalysisProvider
Describe the expected behavior
The other providers could also expose methods allowing to retrieve this description:
-
SecurityAnalysisProvider
-
SensitivityAnalysisProvider
And maybe:
-
DynamicSecurityAnalysisProvider
-
DynamicSimulationProvider
(These need to be checked.)
Describe the motivation
For now, the motivation is only to have consistency between the providers.
Extra Information
The methods to add are:
-
List<Parameter> getSpecificParameters()
-
List<Parameter> getSpecificParameters(PlatformConfig platformConfigConfig)