From 27d92f3a50c054a8462d26deecc1bb5de93a8653 Mon Sep 17 00:00:00 2001 From: benceszirbik Date: Fri, 4 Oct 2024 15:28:46 +0200 Subject: [PATCH 1/2] improved tapChanger import-export functions v2 --- .idea/workspace.xml | 164 +++++----- .../Devices/Branches/tap_changer.py | 11 +- .../Devices/Branches/transformer3w.py | 9 +- .../IO/cim/cgmes/cgmes_to_gridcal.py | 295 ++++++++++++++---- .../IO/cim/cgmes/gridcal_to_cgmes.py | 46 +-- src/tests/test_cgmes_roundtrip.py | 1 + .../controls/scripts/tap_changer_steps_2.py | 47 +++ 7 files changed, 397 insertions(+), 176 deletions(-) create mode 100644 src/trunk/controls/scripts/tap_changer_steps_2.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 49cc16030..07737be87 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -28,17 +28,14 @@