fixed powerchip for ctb
Build on RHEL9 docker image / build (push) Failing after 29s
Build on RHEL8 docker image / build (push) Failing after 33s

This commit is contained in:
2026-03-13 16:18:11 +01:00
parent 3b3180ef0f
commit a537de69c3
10 changed files with 67 additions and 360 deletions
+3 -3
View File
@@ -305,11 +305,11 @@ def loadConfig(name, rx_hostname = 'localhost', settingsdir = None, log_file_fp
if num_interfaces == 2:
d.udp_dstip2 = 'auto'
if name == "jungfrau" or name == "moench" or name == "xilinx_ctb":
if name == "jungfrau" or name == "moench":
d.powerchip = 1
if name == "xilinx_ctb":
d.configureTransceiver()
#if name == "xilinx_ctb":
# d.configureTransceiver()
if settingsdir is not None and name in ['eiger', 'mythen3']:
d.settingspath = settingsdir + '/' + name + '/'