Class: OpenStudio::Model::SetpointManagerScheduled

Inherits:
SetpointManager show all
Defined in:
lib/openstudio-api-stubs/Classes/SetpointManagerScheduled.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)


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

def self.controlVariableValues
end

.iddObjectTypeIddObjectType

Returns:



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

#controlVariableString

Returns:

  • (String)


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

def controlVariable
end

#hasScheduleBoolean

Returns:

  • (Boolean)


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

def hasSchedule
end

#scheduleSchedule

Returns:



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

def schedule
end

#setControlVariable(string) ⇒ Boolean

Returns:

  • (Boolean)


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

def setControlVariable(string)
end

#setControlVariableAndSchedule(string, schedule) ⇒ Boolean

Returns:

  • (Boolean)


32
33
# File 'lib/openstudio-api-stubs/Classes/SetpointManagerScheduled.rb', line 32

def setControlVariableAndSchedule(string, schedule)
end

#setpointNodeOptionalNode

Returns:



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

def setpointNode
end

#setSchedule(schedule) ⇒ Boolean

Returns:

  • (Boolean)


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

def setSchedule(schedule)
end