trnslator.trnsys.clear_name_idf_objects¶
-
trnslator.trnsys.clear_name_idf_objects(idfFile, log_clear_names=False)[source]¶ Clean names of IDF objects.
Replaces variable names with a unique name, easy to refer to the original object. For example : if object is the n-th “Schedule Type Limit”, then the new name will be “stl_00000n” - limits length to 10 characters
- Parameters
idfFile (trnslator.idfclass.IDF) – IDF object where to clean names
log_clear_names –