Class: OpenStudio::Model::SetpointManagerSingleZoneReheat

Inherits:
SetpointManager show all
Defined in:
lib/openstudio-api-stubs/Classes/SetpointManagerSingleZoneReheat.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from HVACComponent

#addToNode, #addToSplitter, #airLoopHVAC, #airLoopHVACOutdoorAirSystem, #containingHVACComponent, #containingStraightComponent, #containingZoneHVACComponent, #disconnect, #isRemovable, #loop, #plantLoop, #remove

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

.controlVariableValuesStringVector

Returns:

  • (StringVector)


37
38
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerSingleZoneReheat.rb', line 37

def self.controlVariableValues
end

.iddObjectTypeIddObjectType

Returns:



34
35
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerSingleZoneReheat.rb', line 34

def self.iddObjectType
end

.new(model) ⇒ Object



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

def self.new(model)
end

Instance Method Details

#controlVariableString

Returns:

  • (String)


21
22
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerSingleZoneReheat.rb', line 21

def controlVariable
end

#controlZoneOptionalThermalZone

Returns:



27
28
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerSingleZoneReheat.rb', line 27

def controlZone
end

#maximumSupplyAirTemperatureDouble

Returns:

  • (Double)


13
14
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerSingleZoneReheat.rb', line 13

def maximumSupplyAirTemperature
end

#minimumSupplyAirTemperatureDouble

Returns:

  • (Double)


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

def minimumSupplyAirTemperature
end

#resetControlZoneObject



31
32
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerSingleZoneReheat.rb', line 31

def resetControlZone
end

#setControlVariable(string) ⇒ Boolean

Returns:

  • (Boolean)


24
25
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerSingleZoneReheat.rb', line 24

def setControlVariable(string)
end

#setControlZone(thermalZone) ⇒ Object



29
30
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerSingleZoneReheat.rb', line 29

def setControlZone(thermalZone)
end

#setMaximumSupplyAirTemperature(double) ⇒ Object



15
16
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerSingleZoneReheat.rb', line 15

def setMaximumSupplyAirTemperature(double)
end

#setMinimumSupplyAirTemperature(double) ⇒ Object



10
11
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerSingleZoneReheat.rb', line 10

def setMinimumSupplyAirTemperature(double)
end

#setpointNodeOptionalNode

Returns:



18
19
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerSingleZoneReheat.rb', line 18

def setpointNode
end