added now

This commit is contained in:
Erik Frojdh 2020-09-10 14:02:25 +02:00
parent 3b82e9fcc1
commit 2733bc5320
2 changed files with 7 additions and 0 deletions

View File

@ -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',

View File

@ -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):