class OpenStudio::EpwFile
Public Class Methods
load(*args)
click to toggle source
@return [OptionalEpwFile]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 76 def self.load(*args) end
loadFromString(*args)
click to toggle source
@return [OptionalEpwFile]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 79 def self.loadFromString(*args) end
new(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 4 def self.new(*args) end
Public Instance Methods
checksum()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 10 def checksum end
city()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 13 def city end
country()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 19 def country end
data()
click to toggle source
@return [EpwDataPointVector]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 61 def data end
dataSource()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 22 def dataSource end
elevation()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 37 def elevation end
endDate()
click to toggle source
@return [Date]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 52 def endDate end
endDateActualYear()
click to toggle source
@return [OptionalInt]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 58 def endDateActualYear end
getComputedTimeSeries(string)
click to toggle source
@return [OptionalTimeSeries]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 67 def getComputedTimeSeries(string) end
getTimeSeries(string)
click to toggle source
@return [OptionalTimeSeries]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 64 def getTimeSeries(string) end
isActual()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 70 def isActual end
latitude()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 28 def latitude end
longitude()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 31 def longitude end
minutesMatch()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 73 def minutesMatch end
path()
click to toggle source
@return [Path]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 7 def path end
recordsPerHour()
click to toggle source
@return [Int32]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 43 def recordsPerHour end
startDate()
click to toggle source
@return [Date]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 49 def startDate end
startDateActualYear()
click to toggle source
@return [OptionalInt]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 55 def startDateActualYear end
startDayOfWeek()
click to toggle source
@return [DayOfWeek]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 46 def startDayOfWeek end
stateProvinceRegion()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 16 def stateProvinceRegion end
timeStep()
click to toggle source
@return [Time]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 40 def timeStep end
timeZone()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 34 def timeZone end
translateToWth(*args)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 82 def translateToWth(*args) end
wmoNumber()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/EpwFile.rb, line 25 def wmoNumber end