}
// TODO write Display Unit properties because it is not done
// Set 1000 to convert the value in ms
else {
TangoAttributeHelper.isAttributeRunning(scanServerName, attributeName);
AttributeInfo attributeInfo = TangoAttributeHelper.getAttributeInfo(scanServerName, attributeName);
if ((attributeInfo != null) && (attributeInfo.display_unit != "1000")) {
attributeInfo.display_unit = "1000";
DeviceProxy proxy = TangoDeviceHelper.getDeviceProxy(scanServerName, false);
if (proxy != null) {
try {