Update slic/utils/pv.py
Run CI Tests / test (push) Successful in 1m5s

This commit is contained in:
2025-08-08 01:24:57 +02:00
parent c39af3cb2a
commit c55bdaf5c4
+4 -2
View File
@@ -9,11 +9,13 @@ import time
class PV(epics.PV):
def put(self, value, *args, show_progress=False, **kwargs):
###### AVANNNNNT
kwargs["wait"] = True # enforce wait to show progress
if not show_progress:
return super().put(value, *args, **kwargs)
kwargs["wait"] = True # enforce wait to show progress
start = self.get()
stop = value