Add lib/sequence support

Change-Id: If9bde0062185a5f13d17d9d2cea091bde7c98db9
This commit is contained in:
Enrico Faulhaber
2017-07-19 16:50:46 +02:00
parent eb80b56808
commit 63418fce04
3 changed files with 223 additions and 5 deletions

View File

@ -559,7 +559,7 @@ class AnalogOutput(PyTangoDevice, Driveable):
def write_userlimits(self, value):
return self._checkLimits(value)
def do_start(self, value=FloatRange()):
def write_target(self, value=FloatRange()):
try:
self._dev.value = value
except HardwareError: