class OpenStudio::Model::HVACComponent

Public Instance Methods

addToNode(node) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/HVACComponent.rb, line 27
def addToNode(node)
end
addToSplitter(splitter) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/HVACComponent.rb, line 30
def addToSplitter(splitter)
end
airLoopHVAC() click to toggle source

@return [OptionalAirLoopHVAC]

# File lib/openstudio-api-stubs/Classes/HVACComponent.rb, line 9
def airLoopHVAC
end
airLoopHVACOutdoorAirSystem() click to toggle source

@return [OptionalAirLoopHVACOutdoorAirSystem]

# File lib/openstudio-api-stubs/Classes/HVACComponent.rb, line 15
def airLoopHVACOutdoorAirSystem
end
containingHVACComponent() click to toggle source

@return [OptionalHVACComponent]

# File lib/openstudio-api-stubs/Classes/HVACComponent.rb, line 18
def containingHVACComponent
end
containingStraightComponent() click to toggle source

@return [OptionalStraightComponent]

# File lib/openstudio-api-stubs/Classes/HVACComponent.rb, line 24
def containingStraightComponent
end
containingZoneHVACComponent() click to toggle source

@return [OptionalZoneHVACComponent]

# File lib/openstudio-api-stubs/Classes/HVACComponent.rb, line 21
def containingZoneHVACComponent
end
disconnect() click to toggle source
# File lib/openstudio-api-stubs/Classes/HVACComponent.rb, line 32
def disconnect
end
isRemovable() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/HVACComponent.rb, line 35
def isRemovable
end
loop() click to toggle source

@return [OptionalLoop]

# File lib/openstudio-api-stubs/Classes/HVACComponent.rb, line 6
def loop
end
plantLoop() click to toggle source

@return [OptionalPlantLoop]

# File lib/openstudio-api-stubs/Classes/HVACComponent.rb, line 12
def plantLoop
end
remove() click to toggle source

@return [IdfObjectVector]

# File lib/openstudio-api-stubs/Classes/HVACComponent.rb, line 38
def remove
end