mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00
added now
This commit is contained in:
parent
3b82e9fcc1
commit
2733bc5320
@ -22,6 +22,7 @@ pycmd += ['vrf', 'vtr', 'vrs', 'vtgstv', 'vsvn', 'vtrim',
|
|||||||
# dacs are in general not included in the python commands and we expect to
|
# dacs are in general not included in the python commands and we expect to
|
||||||
# set them from the specialized class or using an enum
|
# set them from the specialized class or using an enum
|
||||||
dacs = [
|
dacs = [
|
||||||
|
'adcvpp',
|
||||||
'vicin',
|
'vicin',
|
||||||
'vcassh',
|
'vcassh',
|
||||||
'vcal_n',
|
'vcal_n',
|
||||||
|
@ -1429,6 +1429,12 @@ class Detector(CppDetectorApi):
|
|||||||
def auto_comp_disable(self, value):
|
def auto_comp_disable(self, value):
|
||||||
self.setAutoCompDisable(value)
|
self.setAutoCompDisable(value)
|
||||||
|
|
||||||
|
|
||||||
|
@property
|
||||||
|
@element
|
||||||
|
def now(self):
|
||||||
|
return self.getActualTime()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@element
|
@element
|
||||||
def storagecells(self):
|
def storagecells(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user