diff --git a/slsDetectorSoftware/include/Detector.h b/slsDetectorSoftware/include/Detector.h index 35f7800e5..ffc3c9849 100644 --- a/slsDetectorSoftware/include/Detector.h +++ b/slsDetectorSoftware/include/Detector.h @@ -1260,7 +1260,8 @@ class Detector { /** [CTB] */ Result> getRxDbitList(Positions pos = {}) const; - /** [CTB] list contains the set of digital signal bits (0-63) to save */ + /** [CTB] list contains the set of digital signal bits (0-63) to save, must + * be non repetitive */ void setRxDbitList(const std::vector &list, Positions pos = {}); /** [CTB] */ diff --git a/slsDetectorSoftware/src/CmdProxy.cpp b/slsDetectorSoftware/src/CmdProxy.cpp index 7c020f720..5a155f02f 100644 --- a/slsDetectorSoftware/src/CmdProxy.cpp +++ b/slsDetectorSoftware/src/CmdProxy.cpp @@ -1989,8 +1989,7 @@ std::string CmdProxy::ReceiverDbitList(int action) { os << "[all] or [i0] [i1] [i2]... \n\t[Ctb] List of digital signal " "bits read out. If all is used instead of a list, all digital " "bits (64) enabled. Each element in list can be 0 - 63 and must " - "be non " - "repetitive." + "be non repetitive." << '\n'; } else if (action == defs::GET_ACTION) { if (!args.empty()) {