w
This commit is contained in:
@@ -232,7 +232,10 @@ class Timepix(PSIDeviceBase, TimePixControl):
|
||||
}
|
||||
self.xes_spectra.put(msg_spectra, metadata={"type": "add", "max_shape": [None, troin]})
|
||||
# Put TDS info
|
||||
msg_info = {"tds_period": tds_period, "tds_total_events": tds_total_events}
|
||||
msg_info = {
|
||||
"tds_period": {"value": tds_period, "timestamp": time.time()},
|
||||
"tds_total_events": {"value": tds_total_events, "timestamp": time.time()},
|
||||
}
|
||||
self.xes_info.put(msg_info)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user