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
|
||||
# set them from the specialized class or using an enum
|
||||
dacs = [
|
||||
'adcvpp',
|
||||
'vicin',
|
||||
'vcassh',
|
||||
'vcal_n',
|
||||
|
@ -1429,6 +1429,12 @@ class Detector(CppDetectorApi):
|
||||
def auto_comp_disable(self, value):
|
||||
self.setAutoCompDisable(value)
|
||||
|
||||
|
||||
@property
|
||||
@element
|
||||
def now(self):
|
||||
return self.getActualTime()
|
||||
|
||||
@property
|
||||
@element
|
||||
def storagecells(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user