@Override
 public DeviceAttribute getValue() throws Exception {
   if (attributeName == null) throw new NullPointerException("Cannot read attribute " + null);
   return tangoProxy.read_attribute(attributeName);
 }