Class: OpenStudio::Model::CentralHeatPumpSystemModule

Inherits:
ParentObject show all
Defined in:
lib/openstudio-api-stubs/Classes/CentralHeatPumpSystemModule.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from ParentObject

#allowableChildTypes, #children

Methods inherited from ModelObject

#EqualEqual, #LessThan, #NotEqual, #__str__, #clone, #connectedObject, #connectedObjectPort, #createComponent, #getData, #getScheduleTypeKeys, #iddObjectType, #lifeCycleCosts, #model, #outputVariableNames, #outputVariables, #parent, #removeLifeCycleCosts, #resources, #setParent, #toIdfObject

Methods inherited from WorkspaceObject

#LessThan, #__str__, #canBeSource, #canBeTarget, #getSourceIndices, #getSources, #getTarget, #idfObject, #initialized, #isSource, #isTarget, #numSources, #objectListFieldsEqual, #objectListFieldsNonConflicting, #remove, #setPointer, #sources, #targets, #workspace

Class Method Details

.iddObjectTypeIddObjectType

Returns:



8
9
# File 'lib/openstudio-api-stubs/Classes/CentralHeatPumpSystemModule.rb', line 8

def self.iddObjectType
end

.new(model) ⇒ Object



5
6
# File 'lib/openstudio-api-stubs/Classes/CentralHeatPumpSystemModule.rb', line 5

def self.new(model)
end

Instance Method Details

#chillerHeaterModulesControlScheduleSchedule

Returns:



14
15
# File 'lib/openstudio-api-stubs/Classes/CentralHeatPumpSystemModule.rb', line 14

def chillerHeaterModulesControlSchedule
end

#chillerHeaterModulesPerformanceComponentChillerHeaterPerformanceElectricEIR



11
12
# File 'lib/openstudio-api-stubs/Classes/CentralHeatPumpSystemModule.rb', line 11

def chillerHeaterModulesPerformanceComponent
end

#numberofChillerHeaterModulesInt32

Returns:

  • (Int32)


17
18
# File 'lib/openstudio-api-stubs/Classes/CentralHeatPumpSystemModule.rb', line 17

def numberofChillerHeaterModules
end

#setChillerHeaterModulesControlSchedule(schedule) ⇒ Boolean

Returns:

  • (Boolean)


23
24
# File 'lib/openstudio-api-stubs/Classes/CentralHeatPumpSystemModule.rb', line 23

def setChillerHeaterModulesControlSchedule(schedule)
end

#setChillerHeaterModulesPerformanceComponent(chillerHeaterPerformanceElectricEIR) ⇒ Boolean

Returns:

  • (Boolean)


20
21
# File 'lib/openstudio-api-stubs/Classes/CentralHeatPumpSystemModule.rb', line 20

def setChillerHeaterModulesPerformanceComponent(chillerHeaterPerformanceElectricEIR)
end

#setNumberofChillerHeaterModules(int32) ⇒ Boolean

Returns:

  • (Boolean)


26
27
# File 'lib/openstudio-api-stubs/Classes/CentralHeatPumpSystemModule.rb', line 26

def setNumberofChillerHeaterModules(int32)
end