Module: BTAP::Site
- Defined in:
- lib/openstudio-standards/btap/btap.rb
Class Method Summary collapse
-
.set_weather_file(model, epw_path) ⇒ Object
This method sets the weather file for the model.
Class Method Details
.set_weather_file(model, epw_path) ⇒ Object
This method sets the weather file for the model. It takes a simple string, remember to escape the slashes..(i.e. // not / )
280 281 282 |
# File 'lib/openstudio-standards/btap/btap.rb', line 280 def self.set_weather_file(model, epw_path) BTAP::Environment::WeatherFile.new(epw_path).set_weather_file(model) end |