class OpenStudio::Model::ZoneHVACComponent
Public Instance Methods
addToNode(node)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ZoneHVACComponent.rb, line 26 def addToNode(node) end
addToThermalZone(thermalZone)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/ZoneHVACComponent.rb, line 21 def addToThermalZone(thermalZone) end
airLoopHVAC()
click to toggle source
@return [OptionalAirLoopHVAC]
# File lib/openstudio-api-stubs/Classes/ZoneHVACComponent.rb, line 29 def airLoopHVAC end
inletNode()
click to toggle source
@return [OptionalNode]
# File lib/openstudio-api-stubs/Classes/ZoneHVACComponent.rb, line 9 def inletNode end
inletPort()
click to toggle source
@return [UInt32]
# File lib/openstudio-api-stubs/Classes/ZoneHVACComponent.rb, line 6 def inletPort end
outletNode()
click to toggle source
@return [OptionalNode]
# File lib/openstudio-api-stubs/Classes/ZoneHVACComponent.rb, line 15 def outletNode end
outletPort()
click to toggle source
@return [UInt32]
# File lib/openstudio-api-stubs/Classes/ZoneHVACComponent.rb, line 12 def outletPort end
removeFromThermalZone()
click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACComponent.rb, line 23 def removeFromThermalZone end
thermalZone()
click to toggle source
@return [OptionalThermalZone]
# File lib/openstudio-api-stubs/Classes/ZoneHVACComponent.rb, line 18 def thermalZone end