From 246692b4e64fae47ff5a6a8048b7ccfb4a5ee061 Mon Sep 17 00:00:00 2001 From: mistangl Date: Mon, 2 Feb 2026 11:50:11 +0100 Subject: [PATCH] POT Beispiel dazu --- cfg/create_tests.json | 48 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/cfg/create_tests.json b/cfg/create_tests.json index 022b082..eaceaa5 100644 --- a/cfg/create_tests.json +++ b/cfg/create_tests.json @@ -329,6 +329,54 @@ "use_polyline": true } ] + }, + + "POT": { + "description": "Test-Szene für POT-Erdungssymbole mit drei verschiedenen Typen (POT-RA30@@, POT-MA30@@, POT-UC30@@)", + "pot_groups": [ + { + "name": "POT-RA30@@", + "count": 3, + "layout_type": "horizontal", + "base_x": 1000, + "base_y": 3000, + "spacing": 1500 + }, + { + "name": "POT-MA30@@", + "count": 3, + "layout_type": "horizontal", + "base_x": 1000, + "base_y": 2000, + "spacing": 1500 + }, + { + "name": "POT-UC30@@", + "count": 3, + "layout_type": "horizontal", + "base_x": 1000, + "base_y": 1000, + "spacing": 1500 + } + ], + "renaming_frames": [ + { + "comment": "Rahmen für alle 9 POT-Symbole (3x POT-RA30@@, 3x POT-MA30@@, 3x POT-UC30@@)", + "name": "POT-RA30@@", + "name2": "POT-MA30@@", + "name3": "POT-UC30@@", + "kennzeichnung": "AH01+UC0101-x", + "layer_name1": "ILS_POT-Erdung", + "layer_name2": "ILS_POT-Erdung", + "layer_name3": "ILS_POT-Erdung", + "direction": "LEFT_RIGHT", + "x": 800, + "y": 800, + "width": 5500, + "height": 2800, + "use_polyline": false + } + ] } },