mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-15 15:28:43 +01:00
another bug for xilinx in test script
This commit is contained in:
@@ -218,11 +218,14 @@ def loadConfig(name, rx_hostname = 'localhost', settingsdir = None, log_file_fp
|
|||||||
|
|
||||||
d.rx_hostname = rx_hostname
|
d.rx_hostname = rx_hostname
|
||||||
d.udp_dstip = 'auto'
|
d.udp_dstip = 'auto'
|
||||||
|
|
||||||
if name != "eiger":
|
if name != "eiger":
|
||||||
d.udp_srcip = 'auto'
|
d.udp_srcip = 'auto'
|
||||||
|
|
||||||
if name == "jungfrau" or name == "moench" or name == "xilinx_ctb":
|
if name == "jungfrau" or name == "moench":
|
||||||
d.udp_dstip2 = 'auto'
|
d.udp_dstip2 = 'auto'
|
||||||
|
|
||||||
|
if name == "jungfrau" or name == "moench" or name == "xilinx_ctb":
|
||||||
d.powerchip = 1
|
d.powerchip = 1
|
||||||
|
|
||||||
if name == "xilinx_ctb":
|
if name == "xilinx_ctb":
|
||||||
|
|||||||
Reference in New Issue
Block a user