mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-05-27 23:30:40 +02:00
fix: fixed sim readback timestamp
This commit is contained in:
parent
1c66d5a2c8
commit
7a47134a6b
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user