Skip to content

[Feature] Asym Line support for Pandapower using PGM solver#386

Draft
furqan463 wants to merge 4 commits intoPowerGridModel:mainfrom
furqan463:asym_line
Draft

[Feature] Asym Line support for Pandapower using PGM solver#386
furqan463 wants to merge 4 commits intoPowerGridModel:mainfrom
furqan463:asym_line

Conversation

@furqan463
Copy link
Contributor

Fixes #380

Changes proposed in this PR include:

  • Add an additional parameter asym_line_params to the PandaPowerConverter
  • Checks if asym_line std type is present in pp_input. asym_line_params takes precedence in case the line parameters are present in both.
  • For those lines where asym_line params are not defined, gets converted as ComponentType.line of PGM
  • For those lines where asym_line params are defined, get converted as ComponentType.asym_line of PGM

Checks

  • Implement output conversion for asym_line
  • Fix unit tests for line
  • Add unit tests for asym_line input and output conversion
  • Add validation tests for asym_line

Signed-off-by: furqan463 <ahmadfurqanc@gmail.com>
Signed-off-by: furqan463 <ahmadfurqanc@gmail.com>
@furqan463 furqan463 marked this pull request as draft March 2, 2026 17:47
@furqan463
Copy link
Contributor Author

@mgovers @nitbharambe
Need your initial review for the asym_line input conversion to make sure I'm in the right direction. Then I'll implement output conversion and tests.

Signed-off-by: furqan463 <ahmadfurqanc@gmail.com>
Signed-off-by: furqan463 <ahmadfurqanc@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Support AsymLine in PandaPowerConverter

1 participant