From 01cbc7f13eba2dd37ba870dda3bbd0e577fabfd0 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 18 Jun 2025 08:56:25 +0200 Subject: [PATCH] wip typo --- superxas_bec/devices/falcon_direct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superxas_bec/devices/falcon_direct.py b/superxas_bec/devices/falcon_direct.py index 57af5a8..e340995 100644 --- a/superxas_bec/devices/falcon_direct.py +++ b/superxas_bec/devices/falcon_direct.py @@ -242,7 +242,7 @@ class FalconSuperXASDirect(PSIDeviceBase, FalconControlDirect): "value": self.mca1.rois.roi0.count.get(), "timestamp": time.time(), }, - self.mca1.rois.elapsed_real_time.name: { + self.mca1.elapsed_real_time.name: { "value": self.mca1.elapsed_real_time.get(), "timestamp": time.time(), },