From 88e2ed2ccaca59f4b872a8dd6e5b339b98127ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20K=C3=BCnsem=C3=B6ller?= <jkuensem@physik.uni-bielefeld.de> Date: Fri, 26 Jul 2024 14:06:07 +0200 Subject: [PATCH] TMSS-2173: fix channelwidth oversight --- lib/siplib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/siplib.py b/lib/siplib.py index af8b638..9d516d8 100644 --- a/lib/siplib.py +++ b/lib/siplib.py @@ -907,7 +907,7 @@ class CorrelatorProcessing(): ) # Somehow this does not work in the constructor: - self.__pyxb_rtprocessing.channelwidth = __channelwidth + self.__pyxb_rtprocessing.channelWidth = __channelwidth def _get_pyxb_rtprocessing(self, suppress_warning=False): if not suppress_warning: -- GitLab