From 38671f074e5b0cac251eb476ec7cc69d9faa7d2f Mon Sep 17 00:00:00 2001 From: x01dc Date: Mon, 23 Feb 2026 12:44:04 +0100 Subject: [PATCH] minor printout fix --- csaxs_bec/bec_ipython_client/plugins/LamNI/lamni.py | 1 + csaxs_bec/devices/omny/rt/rt_lamni_ophyd.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/csaxs_bec/bec_ipython_client/plugins/LamNI/lamni.py b/csaxs_bec/bec_ipython_client/plugins/LamNI/lamni.py index ec84191..855906a 100644 --- a/csaxs_bec/bec_ipython_client/plugins/LamNI/lamni.py +++ b/csaxs_bec/bec_ipython_client/plugins/LamNI/lamni.py @@ -212,6 +212,7 @@ class LamNI(LamNIOpticsMixin): def feedback_status(self): self.device_manager.devices.rtx.controller.show_feedback_status() + def show_interferometer_positions(self): self.device_manager.devices.rtx.controller.show_feedback_status() diff --git a/csaxs_bec/devices/omny/rt/rt_lamni_ophyd.py b/csaxs_bec/devices/omny/rt/rt_lamni_ophyd.py index 86a1b5b..3e3df3c 100644 --- a/csaxs_bec/devices/omny/rt/rt_lamni_ophyd.py +++ b/csaxs_bec/devices/omny/rt/rt_lamni_ophyd.py @@ -67,7 +67,6 @@ class RtLamniController(Controller): "show_signal_strength_interferometer", "show_analog_signals", "show_feedback_status", - ] def __init__(