+2
-1
@@ -1,7 +1,7 @@
|
||||
# ioc_put_patch.py
|
||||
import time
|
||||
import epics
|
||||
|
||||
'''
|
||||
_orig_put = epics.PV.put
|
||||
|
||||
def _patched_put(self, value, *args, **kwargs):
|
||||
@@ -12,3 +12,4 @@ def _patched_put(self, value, *args, **kwargs):
|
||||
|
||||
# Patch global de epics.PV.put
|
||||
epics.PV.put = _patched_put
|
||||
'''
|
||||
Reference in New Issue
Block a user