Added processEvents just to be save.

This commit is contained in:
jupfi 2023-12-15 17:42:28 +01:00
parent 7fee4720ee
commit 5b40f4bb72

View file

@ -47,6 +47,7 @@ class BroadbandController(ModuleController):
if reflection is not None:
self.module.model.current_broadband_measurement.add_tune_and_match(reflection)
self.module.nqrduck_signal.emit("start_measurement", None)
QApplication.processEvents()
self.module.model.waiting_for_tune_and_match = False
def received_LUT(self, LUT : Measurement) -> None: