Fix measurement name

This commit is contained in:
CPD 2025-03-12 14:50:24 +01:00
parent aa8e1f822a
commit b77802dca7

View File

@ -262,7 +262,7 @@ class MainWindow(QMainWindow):
self.w_led_script.w_time_left.set_start_end_time(t_now, t_now + led_script.script["dtsum"][-1])
self.led_script = LedScript(script=script, auto_update=True, verbose=True)
self.data_collector = DataCollector(metadata=metadata, data_path=AppConfig.MAIN_CFG.get("dir_cache"), data_name=measurement_name)
self.data_collector = DataCollector(metadata=metadata, data_path=AppConfig.MAIN_CFG.get("dir_cache"), data_name=name)
# data_collector.clear()
self.data_queue = mp.Queue()
self.command_queue = mp.Queue()