frappy_mlz/entangle: fix missing status enum
finally! Change-Id: I5be4ded7c8ee87a09be44ba474e26cd023c917c6
This commit is contained in:
parent
9cd38375c0
commit
cefd0fe8b5
@ -917,6 +917,7 @@ class DigitalOutput(PyTangoDevice, Drivable):
|
||||
# overrides
|
||||
value = Parameter('current value', datatype=IntRange())
|
||||
target = Parameter('target value', datatype=IntRange())
|
||||
status = Parameter(datatype=StatusType(Drivable, 'BUSY')) # for some reason, just deriving from Drivable doesn't work
|
||||
|
||||
def read_value(self):
|
||||
return self._dev.value # mapping is done by datatype upon export()
|
||||
|
Loading…
x
Reference in New Issue
Block a user