w
Some checks failed
CI for csaxs_bec / test (pull_request) Failing after 31s
CI for csaxs_bec / test (push) Failing after 39s

This commit is contained in:
2025-12-09 10:08:52 +01:00
parent e21d0e16fa
commit 35a923e381

View File

@@ -430,8 +430,12 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
else:
value = [value] # Received single value, convert to list
data = {
attr_name: {"value": value, "timestamp": kwargs.get("timestamp") or time.time()}
mca_channel.name: {
"value": value,
"timestamp": kwargs.get("timestamp") or time.time(),
}
}
mca_channel.put(data)
# self._received_updates.update(data)
# if len(self._received_updates) == self.num_connected_channels: