From a598082c942c6e2221654cf4a75974d50a6154de Mon Sep 17 00:00:00 2001 From: Dinyar Rabady <dinyar.rabady@cern.ch> Date: Fri, 23 Sep 2022 12:04:38 +0200 Subject: [PATCH] Add config parameters to reach SCONE Belongs to #14. --- etc/scdaq/scdaq.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/scdaq/scdaq.conf b/etc/scdaq/scdaq.conf index 36f37f4f..f9fdd670 100644 --- a/etc/scdaq/scdaq.conf +++ b/etc/scdaq/scdaq.conf @@ -110,3 +110,9 @@ verbosity:0 # Configured to store fixed number of orbits per file when nOrbitsPerFile > 1 # Set to 0 to use fixed file size instead nOrbitsPerFile:1000000 + +## Information necessary to issue a reset request for the board +scone_host: +scone_port: +# Currently can be one of kcu1500_ugmt and kcu1500_demux +scone_board: -- GitLab