AttributeHelper.insertFromDoubleArray(doubleArray, attribute, dimX, dimY);
writeAttribute(device, attribute);
}
catch (DevFailed e) {
e.printStackTrace();
SalsaDeviceException salsaDeviceException = new SalsaDeviceException(
"Error while trying to write the TangORB attribute value for the device "
+ device.getName() + ".", e);
throw salsaDeviceException;
}
}