class OpenStudio::Model::PhotovoltaicPerformanceSimple

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

# File lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb, line 8
def self.iddObjectType
end
new(model) click to toggle source
# File lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb, line 5
def self.new(model)
end

Public Instance Methods

conversionEfficiencyInputMode() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb, line 17
def conversionEfficiencyInputMode
end
efficiencySchedule() click to toggle source

@return [OptionalSchedule]

# File lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb, line 23
def efficiencySchedule
end
fixedEfficiency() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb, line 20
def fixedEfficiency
end
fractionOfSurfaceAreaWithActiveSolarCells() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb, line 11
def fractionOfSurfaceAreaWithActiveSolarCells
end
isfractionOfSurfaceAreaWithActiveSolarCellsDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb, line 14
def isfractionOfSurfaceAreaWithActiveSolarCellsDefaulted
end
resetEfficiencySchedule() click to toggle source
# File lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb, line 38
def resetEfficiencySchedule
end
resetFixedEfficiency() click to toggle source
# File lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb, line 33
def resetFixedEfficiency
end
resetFractionOfSurfaceAreaWithActiveSolarCells() click to toggle source
# File lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb, line 28
def resetFractionOfSurfaceAreaWithActiveSolarCells
end
setEfficiencySchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb, line 36
def setEfficiencySchedule(schedule)
end
setFixedEfficiency(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb, line 31
def setFixedEfficiency(double)
end
setFractionOfSurfaceAreaWithActiveSolarCells(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/PhotovoltaicPerformanceSimple.rb, line 26
def setFractionOfSurfaceAreaWithActiveSolarCells(double)
end