data = AttributeHelper.extractToDouble(attribute);
}
catch (DevFailed e) {
e.printStackTrace();
SalsaDeviceException salsaDeviceException = new SalsaDeviceException(
"Error while trying to read the TangORB attribute value for the device "
+ device.getName() + ".", e);
throw salsaDeviceException;
}
}