Update slic/utils/pv.py
Run CI Tests / test (push) Has been cancelled

This commit is contained in:
2025-08-07 15:46:49 +02:00
parent f32327fd2b
commit 61c9badbf1
+3
View File
@@ -20,6 +20,9 @@ class PV(epics.PV):
rbar.show(value)
with self.use_callback(on_change):
time.sleep(0.2)
return super().put(stop, *args, **kwargs)