mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-16 15:29:20 +01:00
fix: fixed sim readback timestamp
This commit is contained in:
@@ -44,6 +44,7 @@ class _ReadbackSignal(Signal):
|
||||
|
||||
def get(self):
|
||||
self._readback = self.parent.sim_state["readback"]
|
||||
self.parent.sim_state["readback_ts"] = ttime.time()
|
||||
return self._readback
|
||||
|
||||
def describe(self):
|
||||
|
||||
Reference in New Issue
Block a user