flipped the waiting PV value

This commit is contained in:
2020-11-13 17:27:24 +01:00
parent 781369b892
commit 355fd1ca97
+1 -1
View File
@@ -56,7 +56,7 @@ class ETiming(Adjustable):
def is_moving(self):
waiting = self.pvs.waiting.get()
return bool(waiting)
return not bool(waiting)
def wait_for_valid_value(self):
tval = np.nan