From f1bd3b13409074448566df4a6e1af9054b45d6b8 Mon Sep 17 00:00:00 2001
From: Michael Pawelzik <michael.pawelzik@desy.de>
Date: Wed, 26 Jul 2023 18:01:20 +0200
Subject: [PATCH] after saving of changes logger ip and json file renaming

---
 Python_script/climate-lab-gui.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Python_script/climate-lab-gui.py b/Python_script/climate-lab-gui.py
index f42355b..ac4cade 100755
--- a/Python_script/climate-lab-gui.py
+++ b/Python_script/climate-lab-gui.py
@@ -75,8 +75,9 @@ class TestStandMainWindow(QMainWindow):
             self.setEnabled(True)
             return
         
-        # add ext_sens_data to parameterlist of plot_output method, Michael
+    
         # ext_sens_data are the imported values from json file ext_sens_data.json , Michael
+        # config_data['logger_ip'] is the imported ip from jason file test_stand_parameter.json, Michael
         meas = prototype.Measurements(config_data['chamber_ip'], config_data['vna_ip'], output_basename,
                                       False, config_data, config_ext_sens_data, config_data['logger_ip'])
         try:
-- 
GitLab