mirror of
https://github.com/nqrduck/nqrduck-autotm.git
synced 2024-11-08 11:20:00 +00:00
Merge branch 'main' of https://github.com/jupfi/AutoTM
This commit is contained in:
commit
dd28f9fb2e
1 changed files with 12 additions and 14 deletions
|
@ -51,7 +51,6 @@ class AutoTMController(ModuleController):
|
|||
elif self.module.model.LUT.TYPE == "Electrical":
|
||||
tuning_voltage, matching_voltage = self.module.model.LUT.get_voltages(frequency)
|
||||
confirmation = self.set_voltages(str(tuning_voltage), str(matching_voltage))
|
||||
if confirmation:
|
||||
# We need to change the signal pathway to preamp to measure the reflection
|
||||
self.switch_to_atm()
|
||||
reflection = self.read_reflection(frequency)
|
||||
|
@ -595,7 +594,6 @@ class AutoTMController(ModuleController):
|
|||
start_time = time.time()
|
||||
|
||||
confirmation = self.send_command(command)
|
||||
if confirmation:
|
||||
while matching_voltage != self.module.model.matching_voltage and tuning_voltage != self.module.model.tuning_voltage:
|
||||
QApplication.processEvents()
|
||||
# Check for timeout
|
||||
|
|
Loading…
Reference in a new issue