From 10455b284e22f86d5b20fd489a780e96c3191d92 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 21 Jul 2021 15:41:52 +0200 Subject: [PATCH] minor comment in python --- python/slsdet/detector.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/python/slsdet/detector.py b/python/slsdet/detector.py index 93428a0d4..919e9c86f 100755 --- a/python/slsdet/detector.py +++ b/python/slsdet/detector.py @@ -2336,6 +2336,13 @@ class Detector(CppDetectorApi): @property @element def vetostream(self): + """[Gotthard2] Enabling/ disabling veto interface + Note + ---- + Default: both off + Options: NONE, I3GBE, 10GBE (debugging) + Debugging interface also enables second interface in receiver (separate file), which also restarts zmq streaming if enabled. + """ return self.getVetoStream() @vetostream.setter