class OpenStudio::Model::CoilHeatingLowTempRadiantVarFlow

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 8
def self.iddObjectType
end
new(model, schedule) click to toggle source
# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 5
def self.new(model, schedule)
end

Public Instance Methods

autosizeMaximumHotWaterFlow() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 33
def autosizeMaximumHotWaterFlow
end
heatingControlTemperatureSchedule() click to toggle source

@return [OptionalSchedule]

# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 26
def heatingControlTemperatureSchedule
end
heatingControlThrottlingRange() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 20
def heatingControlThrottlingRange
end
isHeatingControlThrottlingRangeDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 23
def isHeatingControlThrottlingRangeDefaulted
end
isMaximumHotWaterFlowAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 17
def isMaximumHotWaterFlowAutosized
end
isMaximumHotWaterFlowDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 14
def isMaximumHotWaterFlowDefaulted
end
maximumHotWaterFlow() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 11
def maximumHotWaterFlow
end
resetHeatingControlTemperatureSchedule() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 43
def resetHeatingControlTemperatureSchedule
end
resetHeatingControlThrottlingRange() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 38
def resetHeatingControlThrottlingRange
end
resetMaximumHotWaterFlow() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 31
def resetMaximumHotWaterFlow
end
setHeatingControlTemperatureSchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 41
def setHeatingControlTemperatureSchedule(schedule)
end
setHeatingControlThrottlingRange(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 36
def setHeatingControlThrottlingRange(double)
end
setMaximumHotWaterFlow(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoilHeatingLowTempRadiantVarFlow.rb, line 29
def setMaximumHotWaterFlow(double)
end