mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-08-12 13:30:29 +02:00
fix:use powerchip for xilinx
This commit is contained in:
@@ -312,7 +312,7 @@ def loadConfig(name, rx_hostname = 'localhost', settingsdir = None, log_file_fp
|
||||
d.zmqport = START_ZMQ_PORTNO
|
||||
d.rx_zmqport = START_ZMQ_PORTNO
|
||||
|
||||
if name == "jungfrau" or name == "moench":
|
||||
if name == "jungfrau" or name == "moench" or name == "xilinx_ctb":
|
||||
d.powerchip = 1
|
||||
|
||||
if name == "xilinx_ctb":
|
||||
|
||||
Reference in New Issue
Block a user