To properly display this page you need a browser with JavaScript support.
Download
|
Support
|
Training
|
Login/Register
Software
Consulting
Research
Discoveries
×
Menu
Index
Search
Search
Search
Application Programming Interface (API)
Python API Guidance
6 VE Python API
6.1 Conventions Used in the VE API and User Guide
6.1.41 WeatherFileReader
Previous page
Next page
To properly display this page you need a browser with JavaScript support.
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.'
The contents of 6.1.41 WeatherFileReader
6.1.41.1 Methods Defined Here
6.1.41.2 Attributes Defined Here
6.1.41.3 Enums Defined Here