This commit is contained in:
@@ -20,6 +20,7 @@ class FakeEPICS(EpicsPV):
|
||||
self.units = "units"
|
||||
|
||||
def get(self, *args, **kwargs):
|
||||
print(f"[DEBUG] FakeEPICS.get() returning {self._value}")
|
||||
return self._value
|
||||
|
||||
def put(self, value, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user