raiseLookupError("The CacheService value '{}' has already been output to the backend. The CacheOutputMode does not allow this.".format(cache_object.name))
returnFalse
ifcache_object._update:
ifcache_object.update:
ifnotcache_object._updated:
logger.warning("Could not push value '{}' to backend because it was not updated since last push.".format(cache_object.name))
raiseLookupError("Could not push value '{}' to backend because it was not updated since last push.".format(cache_object.name))
# logger.warning("Could not push value '{}' to backend because it was not updated since last push.".format(cache_object.name))
raiseException("The dimensionality of unit '{}' does not match the dimensionality of unit '{}'. Cannot do the unit conversion.".format(unit,target_unit))