First time here? Check out the Help page!
1 | initial version |
@Jason DeGraw has also implemented some pretty cool stuff in the EpwFile class that has not gotten a lot of press yet. The getTimeSeries and getComputedTimeseries methods of EpwFile can be used to get information like 'DryBulbTemperature' or 'AtmosphericStationPressure' out of the EpwFile as a OpenStudio TimeSeries object. There is also an AirState class that can do some basic psychrometric calculations.
2 | No.2 Revision |
@Jason DeGraw has also implemented some pretty cool stuff in the EpwFile class that has not gotten a lot of press yet. The getTimeSeries and getComputedTimeseries methods of EpwFile can be used to get information like 'DryBulbTemperature' or 'AtmosphericStationPressure' out of the EpwFile as a OpenStudio TimeSeries object. There is also an AirState class that can do some basic psychrometric calculations.