powsybl-core icon indicating copy to clipboard operation
powsybl-core copied to clipboard

`getSpecificParameters` methods for analyses providers

Open olperr1 opened this issue 4 months ago • 1 comments

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)

olperr1 avatar Oct 08 '24 13:10 olperr1