mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-29 17:40:01 +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):
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user