mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-23 11:27:57 +02:00
fix: fixed timestamp update for bpm4i
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user