class OpenStudio::Model::Lights
Public Class Methods
iddObjectType()
click to toggle source
@return [IddObjectType]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 8 def self.iddObjectType end
new(lightsDefinition)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 5 def self.new(lightsDefinition) end
Public Instance Methods
endUseSubcategory()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 26 def endUseSubcategory end
fractionReplaceable()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 20 def fractionReplaceable end
getLightingPower(double, double)
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 63 def getLightingPower(double, double) end
getPowerPerFloorArea(double, double)
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 66 def getPowerPerFloorArea(double, double) end
getPowerPerPerson(double, double)
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 69 def getPowerPerPerson(double, double) end
isEndUseSubcategoryDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 29 def isEndUseSubcategoryDefaulted end
isFractionReplaceableDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 23 def isFractionReplaceableDefaulted end
isScheduleDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 17 def isScheduleDefaulted end
lightingLevel()
click to toggle source
@return [OptionalDouble]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 54 def lightingLevel end
lightsDefinition()
click to toggle source
@return [LightsDefinition]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 11 def lightsDefinition end
powerPerFloorArea()
click to toggle source
@return [OptionalDouble]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 57 def powerPerFloorArea end
powerPerPerson()
click to toggle source
@return [OptionalDouble]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 60 def powerPerPerson end
resetEndUseSubcategory()
click to toggle source
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 51 def resetEndUseSubcategory end
resetFractionReplaceable()
click to toggle source
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 42 def resetFractionReplaceable end
resetMultiplier()
click to toggle source
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 47 def resetMultiplier end
resetSchedule()
click to toggle source
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 37 def resetSchedule end
schedule()
click to toggle source
@return [OptionalSchedule]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 14 def schedule end
setEndUseSubcategory(string)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 49 def setEndUseSubcategory(string) end
setFractionReplaceable(double)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 40 def setFractionReplaceable(double) end
setLightsDefinition(lightsDefinition)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 32 def setLightsDefinition(lightsDefinition) end
setMultiplier(double)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 45 def setMultiplier(double) end
setSchedule(schedule)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Lights.rb, line 35 def setSchedule(schedule) end