Minor changes, final backup. It's been real nice here at PSI.

This commit is contained in:
2025-08-29 09:19:07 +02:00
parent 0e01193240
commit 01dd256858
3 changed files with 11 additions and 17 deletions

View File

@@ -236,7 +236,6 @@ class TNMR:
print("Application locked during acquisition. Waiting...")
while self.acquisition_running():
time.sleep(interval)
# TODO: https://stackoverflow.com/questions/27586411/how-do-i-close-window-with-handle-using-win32gui-in-python to close any tecmag dialogues that show up. Need to determine proper search string, so next time it pops up, run some tests.
print("Acquisition done")
def acquisition_running(self):