+2
-3
@@ -22,10 +22,9 @@ class PV(epics.PV):
|
||||
rbar.show(value)
|
||||
|
||||
with self.use_callback(on_change):
|
||||
|
||||
result = super().put(stop, *args, **kwargs)
|
||||
time.sleep(0.2)
|
||||
|
||||
return super().put(stop, *args, **kwargs)
|
||||
return result
|
||||
|
||||
|
||||
@contextmanager
|
||||
|
||||
Reference in New Issue
Block a user