sinergym.utils.common.eppy_element_to_dict

sinergym.utils.common.eppy_element_to_dict(element: IDF) Dict[str, Dict[str, str]]

Given a eppy element, this function will create a dictionary using the name as key and the rest of fields as value. Following de EnergyPlus epJSON standard.

Parameters:

element (IDF) – eppy element to be converted.

Returns:

Python dictionary with epJSON format of eppy element.

Return type:

Dict[str,Dict[str,str]]