mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 09:29:55 +01:00
added timinglist and settingslist to python
This commit is contained in:
@@ -641,6 +641,14 @@ class Detector(CppDetectorApi):
|
|||||||
def daclist(self):
|
def daclist(self):
|
||||||
return self.getDacList()
|
return self.getDacList()
|
||||||
|
|
||||||
|
@property
|
||||||
|
def timinglist(self):
|
||||||
|
return self.getTimingModeList()
|
||||||
|
|
||||||
|
@property
|
||||||
|
def settingslist(self):
|
||||||
|
return self.getSettingsList()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def adcreg(self):
|
def adcreg(self):
|
||||||
"""[Jungfrau][Ctb][Moench][Gotthard] Writes to an adc register
|
"""[Jungfrau][Ctb][Moench][Gotthard] Writes to an adc register
|
||||||
|
|||||||
Reference in New Issue
Block a user