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
VE Python API
Conventions Used in the VE API and User Guide
WeatherFileReader
Previous page
Next page
To properly display this page you need a browser with JavaScript support.
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 WeatherFileReader
Methods Defined Here
Attributes Defined Here