diff --git a/frappy_mlz/entangle.py b/frappy_mlz/entangle.py index 62925af5..31f5956c 100644 --- a/frappy_mlz/entangle.py +++ b/frappy_mlz/entangle.py @@ -909,7 +909,7 @@ class PartialDigitalInput(NamedDigitalInput): return value # mapping is done by datatype upon export() -class DigitalOutput(PyTangoDevice, Writable): +class DigitalOutput(PyTangoDevice, Drivable): """A device that can set and read a digital value corresponding to a bitfield. """