Class: OpenStudio::Model::SetpointManagerScheduled
Class Method Summary
collapse
Instance Method Summary
collapse
#addToNode, #addToSplitter, #airLoopHVAC, #airLoopHVACOutdoorAirSystem, #containingHVACComponent, #containingStraightComponent, #containingZoneHVACComponent, #disconnect, #isRemovable, #loop, #plantLoop, #remove
#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
#LessThan, #__str__, #canBeSource, #canBeTarget, #getSourceIndices, #getSources, #getTarget, #idfObject, #initialized, #isSource, #isTarget, #numSources, #objectListFieldsEqual, #objectListFieldsNonConflicting, #remove, #setPointer, #sources, #targets, #workspace
Class Method Details
.controlVariableValues ⇒ StringVector
11
12
|
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerScheduled.rb', line 11
def self.controlVariableValues
end
|
8
9
|
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerScheduled.rb', line 8
def self.iddObjectType
end
|
.new(*args) ⇒ Object
5
6
|
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerScheduled.rb', line 5
def self.new(*args)
end
|
Instance Method Details
#controlVariable ⇒ String
17
18
|
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerScheduled.rb', line 17
def controlVariable
end
|
#hasSchedule ⇒ Boolean
23
24
|
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerScheduled.rb', line 23
def hasSchedule
end
|
20
21
|
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerScheduled.rb', line 20
def schedule
end
|
#setControlVariable(string) ⇒ Boolean
26
27
|
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerScheduled.rb', line 26
def setControlVariable(string)
end
|
#setControlVariableAndSchedule(string, schedule) ⇒ Boolean
32
33
|
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerScheduled.rb', line 32
def setControlVariableAndSchedule(string, schedule)
end
|
14
15
|
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerScheduled.rb', line 14
def setpointNode
end
|
#setSchedule(schedule) ⇒ Boolean
29
30
|
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerScheduled.rb', line 29
def setSchedule(schedule)
end
|