Class: OpenStudio::Model::LoadProfilePlant

Inherits:
StraightComponent show all
Defined in:
lib/openstudio-api-stubs/Classes/LoadProfilePlant.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StraightComponent

#addToNode, #airLoopHVAC, #clone, #disconnect, #inletModelObject, #inletPort, #outletModelObject, #outletPort, #remove, #removeFromLoop

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

.iddObjectTypeIddObjectType

Returns:



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

def self.iddObjectType
end

.new(*args) ⇒ Object



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

def self.new(*args)
end

Instance Method Details

#flowRateFractionScheduleSchedule

Returns:



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

def flowRateFractionSchedule
end

#loadScheduleSchedule

Returns:



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

def loadSchedule
end

#peakFlowRateDouble

Returns:

  • (Double)


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

def peakFlowRate
end

#setFlowRateFractionSchedule(schedule) ⇒ Boolean

Returns:

  • (Boolean)


25
26
# File 'lib/openstudio-api-stubs/Classes/LoadProfilePlant.rb', line 25

def setFlowRateFractionSchedule(schedule)
end

#setLoadSchedule(schedule) ⇒ Boolean

Returns:

  • (Boolean)


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

def setLoadSchedule(schedule)
end

#setPeakFlowRate(double) ⇒ Object



22
23
# File 'lib/openstudio-api-stubs/Classes/LoadProfilePlant.rb', line 22

def setPeakFlowRate(double)
end