EPEnd class
- class eprun.eprun.EPEnd(fp)[source]
A class for an EnergyPlus .end file.
- Parameters
fp (str) – The filepath for the .end file.
Code Example
>>> from eprun import EPEnd >>> end=EPEnd(r'simulation_files\eplusout.end') >>> print(type(end)) <class 'eprun.epend.EPEnd'> >>> print(end.line) EnergyPlus Completed Successfully-- 0 Warning; 0 Severe Errors; Elapsed Time=00hr 00min 2.21sec
See also
Output Details and Examples, page 125. https://energyplus.net/quickstart#reading