Class: OpenStudio::Model::PhotovoltaicPerformanceSimple
Class Method Summary
collapse
Instance Method Summary
collapse
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
8
9
|
# File 'lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb', line 8
def self.iddObjectType
end
|
.new(model) ⇒ Object
5
6
|
# File 'lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb', line 5
def self.new(model)
end
|
Instance Method Details
17
18
|
# File 'lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb', line 17
def conversionEfficiencyInputMode
end
|
23
24
|
# File 'lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb', line 23
def efficiencySchedule
end
|
20
21
|
# File 'lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb', line 20
def fixedEfficiency
end
|
#fractionOfSurfaceAreaWithActiveSolarCells ⇒ Double
11
12
|
# File 'lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb', line 11
def fractionOfSurfaceAreaWithActiveSolarCells
end
|
#isfractionOfSurfaceAreaWithActiveSolarCellsDefaulted ⇒ Boolean
14
15
|
# File 'lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb', line 14
def isfractionOfSurfaceAreaWithActiveSolarCellsDefaulted
end
|
#resetEfficiencySchedule ⇒ Object
38
39
|
# File 'lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb', line 38
def resetEfficiencySchedule
end
|
#resetFixedEfficiency ⇒ Object
33
34
|
# File 'lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb', line 33
def resetFixedEfficiency
end
|
#resetFractionOfSurfaceAreaWithActiveSolarCells ⇒ Object
28
29
|
# File 'lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb', line 28
def resetFractionOfSurfaceAreaWithActiveSolarCells
end
|
#setEfficiencySchedule(schedule) ⇒ Boolean
36
37
|
# File 'lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb', line 36
def setEfficiencySchedule(schedule)
end
|
#setFixedEfficiency(double) ⇒ Boolean
31
32
|
# File 'lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb', line 31
def setFixedEfficiency(double)
end
|
#setFractionOfSurfaceAreaWithActiveSolarCells(double) ⇒ Boolean
26
27
|
# File 'lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb', line 26
def setFractionOfSurfaceAreaWithActiveSolarCells(double)
end
|