diff --git a/ophyd_devices/epics/devices/specMotors.py b/ophyd_devices/epics/devices/specMotors.py index 9c6f68a..f50e207 100644 --- a/ophyd_devices/epics/devices/specMotors.py +++ b/ophyd_devices/epics/devices/specMotors.py @@ -213,6 +213,7 @@ class CurrentSum(Signal): def get(self, *args, **kwargs): # self.parent._cnt.set(1).wait() + self._metadata["timestamp"] = time.time() total = ( self.parent.ch1.get() + self.parent.ch2.get()