From 4540eddd681ec980c59814ad24680ce849df6e67 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Thu, 20 Aug 2020 14:55:05 +0200 Subject: [PATCH] added timinglist and settingslist to python --- python/slsdet/detector.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/python/slsdet/detector.py b/python/slsdet/detector.py index 187509ffe..bcf1be0b5 100755 --- a/python/slsdet/detector.py +++ b/python/slsdet/detector.py @@ -641,6 +641,14 @@ class Detector(CppDetectorApi): def daclist(self): return self.getDacList() + @property + def timinglist(self): + return self.getTimingModeList() + + @property + def settingslist(self): + return self.getSettingsList() + @property def adcreg(self): """[Jungfrau][Ctb][Moench][Gotthard] Writes to an adc register