mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 09:13:44 +01: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