class OpenStudio::Model::PortList

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

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

Public Instance Methods

airLoopHVACModelObject() click to toggle source

@return [OptionalModelObject]

# File lib/openstudio-api-stubs/Classes/PortList.rb, line 41
def airLoopHVACModelObject
end
airLoopHVACPort() click to toggle source

@return [UInt32]

# File lib/openstudio-api-stubs/Classes/PortList.rb, line 38
def airLoopHVACPort
end
lastModelObject() click to toggle source

@return [OptionalModelObject]

# File lib/openstudio-api-stubs/Classes/PortList.rb, line 23
def lastModelObject
end
modelObject(uInt32) click to toggle source

@return [OptionalModelObject]

# File lib/openstudio-api-stubs/Classes/PortList.rb, line 20
def modelObject(uInt32)
end
modelObjects() click to toggle source

@return [ModelObjectVector]

# File lib/openstudio-api-stubs/Classes/PortList.rb, line 26
def modelObjects
end
nextPort() click to toggle source

@return [UInt32]

# File lib/openstudio-api-stubs/Classes/PortList.rb, line 17
def nextPort
end
nextPortIndex() click to toggle source

@return [UInt32]

# File lib/openstudio-api-stubs/Classes/PortList.rb, line 32
def nextPortIndex
end
port(uInt32) click to toggle source

@return [UInt32]

# File lib/openstudio-api-stubs/Classes/PortList.rb, line 11
def port(uInt32)
end
portIndex(uInt32) click to toggle source

@return [UInt32]

# File lib/openstudio-api-stubs/Classes/PortList.rb, line 14
def portIndex(uInt32)
end
portIndexForModelObject(modelObject) click to toggle source

@return [UInt32]

# File lib/openstudio-api-stubs/Classes/PortList.rb, line 29
def portIndexForModelObject(modelObject)
end
thermalZone() click to toggle source

@return [ThermalZone]

# File lib/openstudio-api-stubs/Classes/PortList.rb, line 35
def thermalZone
end