sinergym.utils.common.eppy_element_to_dict

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

Converts an eppy element into a dictionary following the 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]]