From 97e52fd27c5a70ba8ee7df8318918e5d48df5810 Mon Sep 17 00:00:00 2001 From: "Davis V. Garrad" Date: Wed, 6 Aug 2025 14:13:06 +0200 Subject: [PATCH] OTFModule: Forced some status updates --- frappy_psi/tnmr/OTFModule.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappy_psi/tnmr/OTFModule.py b/frappy_psi/tnmr/OTFModule.py index 1222ce71..cbbf5df5 100644 --- a/frappy_psi/tnmr/OTFModule.py +++ b/frappy_psi/tnmr/OTFModule.py @@ -123,6 +123,7 @@ class ProgrammedSequence(fc.Drivable): # Drivable only for kill() funcitonality traceback.print_exc() self.ntnmr = None self.inited = False + self.status = ('ERROR', 'TNMR disconnected!') return self.ntnmr def initialReads(self):