mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
python templist
This commit is contained in:
@ -645,6 +645,10 @@ class Detector(CppDetectorApi):
|
||||
def timinglist(self):
|
||||
return self.getTimingModeList()
|
||||
|
||||
@property
|
||||
def templist(self):
|
||||
return self.getTemperatureList()
|
||||
|
||||
@property
|
||||
def settingslist(self):
|
||||
return self.getSettingsList()
|
||||
|
Reference in New Issue
Block a user