diff --git a/python/slsdet/detector.py b/python/slsdet/detector.py index d095289d9..bba768899 100755 --- a/python/slsdet/detector.py +++ b/python/slsdet/detector.py @@ -2210,6 +2210,7 @@ class Detector(CppDetectorApi): Example ------- >>> d.vetophoton = (2, 24, 2560, '/tmp/bla.txt') + """ raise NotImplementedError('vetofile is set only') @vetophoton.setter