mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 00:00:02 +02:00
vthrehsold
This commit is contained in:
parent
d631fda2c7
commit
209c97f44c
@ -706,6 +706,10 @@ class Detector(CppDetectorApi):
|
||||
def vthreshold(self):
|
||||
return element_if_equal(self.getDAC(dacIndex.VTHRESHOLD, False))
|
||||
|
||||
@vthreshold.setter
|
||||
def vthreshold(self, value):
|
||||
self.setDAC(dacIndex.VTHRESHOLD, value, False)
|
||||
|
||||
@property
|
||||
def type(self):
|
||||
return element_if_equal(self.getDetectorType())
|
||||
|
Loading…
x
Reference in New Issue
Block a user