mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 01:00:02 +02:00
added timinglist and settingslist to python
This commit is contained in:
parent
534c7105f4
commit
4540eddd68
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user