class OpenStudio::Model::ZoneHVACLowTemperatureRadiantElectric
Public Class Methods
iddObjectType()
click to toggle source
@return [IddObjectType]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 8 def self.iddObjectType end
new(model, schedule, schedule)
click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 5 def self.new(model, schedule, schedule) end
radiantSurfaceTypeValues()
click to toggle source
@return [StringVector]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 11 def self.radiantSurfaceTypeValues end
temperatureControlTypeValues()
click to toggle source
@return [StringVector]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 14 def self.temperatureControlTypeValues end
Public Instance Methods
addToThermalZone(thermalZone)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 81 def addToThermalZone(thermalZone) end
autosizeMaximumElectricalPowertoPanel()
click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 65 def autosizeMaximumElectricalPowertoPanel end
availabilitySchedule()
click to toggle source
@return [Schedule]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 17 def availabilitySchedule end
heatingSetpointTemperatureSchedule()
click to toggle source
@return [Schedule]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 20 def heatingSetpointTemperatureSchedule end
heatingThrottlingRange()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 44 def heatingThrottlingRange end
isHeatingThrottlingRangeDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 47 def isHeatingThrottlingRangeDefaulted end
isMaximumElectricalPowertoPanelAutosized()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 35 def isMaximumElectricalPowertoPanelAutosized end
isMaximumElectricalPowertoPanelDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 32 def isMaximumElectricalPowertoPanelDefaulted end
isTemperatureControlTypeDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 41 def isTemperatureControlTypeDefaulted end
maximumElectricalPowertoPanel()
click to toggle source
@return [OptionalDouble]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 29 def maximumElectricalPowertoPanel end
radiantSurfaceType()
click to toggle source
@return [OptionalString]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 23 def radiantSurfaceType end
removeFromThermalZone()
click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 83 def removeFromThermalZone end
resetHeatingThrottlingRange()
click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 75 def resetHeatingThrottlingRange end
resetMaximumElectricalPowertoPanel()
click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 63 def resetMaximumElectricalPowertoPanel end
resetRadiantSurfaceType()
click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 58 def resetRadiantSurfaceType end
resetTemperatureControlType()
click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 70 def resetTemperatureControlType end
setAvailabilitySchedule(schedule)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 50 def setAvailabilitySchedule(schedule) end
setHeatingSetpointTemperatureSchedule(schedule)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 53 def setHeatingSetpointTemperatureSchedule(schedule) end
setHeatingThrottlingRange(double)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 73 def setHeatingThrottlingRange(double) end
setMaximumElectricalPowertoPanel(double)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 61 def setMaximumElectricalPowertoPanel(double) end
setRadiantSurfaceType(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 56 def setRadiantSurfaceType(string) end
setTemperatureControlType(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 68 def setTemperatureControlType(string) end
surfaces()
click to toggle source
@return [SurfaceVector]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 26 def surfaces end
temperatureControlType()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 38 def temperatureControlType end
thermalZone()
click to toggle source
@return [OptionalThermalZone]
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTemperatureRadiantElectric.rb, line 78 def thermalZone end