×
Menu
Index

6.1.41 WeatherFileReader

Interface for working with weather files (fwt and epw formats).
 
Basic usage:
 
    wea_file = iesve.WeatherFileReader()
    result = wea_file.open_weather_file( 'WashingtonTMY2.fwt' )
    assert result > 0, 'Error opening weather file.'