class OpenStudio::Model::UnitarySystemPerformanceMultispeed

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

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

Public Instance Methods

addSupplyAirflowRatioField(*args) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeed.rb, line 27
def addSupplyAirflowRatioField(*args)
end
resetSingleModeOperation() click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeed.rb, line 19
def resetSingleModeOperation
end
resetSupplyAirflowRatioFields() click to toggle source
# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeed.rb, line 24
def resetSupplyAirflowRatioFields
end
setSingleModeOperation(boolean) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeed.rb, line 17
def setSingleModeOperation(boolean)
end
setSupplyAirflowRatioFields(supplyAirflowRatioFieldVector) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeed.rb, line 22
def setSupplyAirflowRatioFields(supplyAirflowRatioFieldVector)
end
singleModeOperation() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeed.rb, line 11
def singleModeOperation
end
supplyAirflowRatioFields() click to toggle source

@return [SupplyAirflowRatioFieldVector]

# File lib/openstudio-api-stubs/Classes/UnitarySystemPerformanceMultispeed.rb, line 14
def supplyAirflowRatioFields
end