mirror of
https://github.com/nqrduck/nqrduck-broadband.git
synced 2024-12-22 15:47:49 +00:00
Added processEvents just to be save.
This commit is contained in:
parent
7fee4720ee
commit
5b40f4bb72
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue