Fix measurement name
This commit is contained in:
parent
aa8e1f822a
commit
b77802dca7
@ -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.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.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()
|
# data_collector.clear()
|
||||||
self.data_queue = mp.Queue()
|
self.data_queue = mp.Queue()
|
||||||
self.command_queue = mp.Queue()
|
self.command_queue = mp.Queue()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user