class OpenStudio::Model::ZoneHVACBaseboardRadiantConvectiveElectric

Public Class Methods

heatingDesignCapacityMethodValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 11
def self.heatingDesignCapacityMethodValues
end
iddObjectType() click to toggle source

@return [IddObjectType]

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

Public Instance Methods

addToThermalZone(thermalZone) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 70
def addToThermalZone(thermalZone)
end
autosizeHeatingDesignCapacity() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 49
def autosizeHeatingDesignCapacity
end
availabilitySchedule() click to toggle source

@return [Schedule]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 14
def availabilitySchedule
end
efficiency() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 32
def efficiency
end
fractionRadiant() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 35
def fractionRadiant
end
fractionofAutosizedHeatingDesignCapacity() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 29
def fractionofAutosizedHeatingDesignCapacity
end
fractionofRadiantEnergyIncidentonPeople() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 38
def fractionofRadiantEnergyIncidentonPeople
end
heatingDesignCapacity() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 20
def heatingDesignCapacity
end
heatingDesignCapacityMethod() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 17
def heatingDesignCapacityMethod
end
heatingDesignCapacityPerFloorArea() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 26
def heatingDesignCapacityPerFloorArea
end
isHeatingDesignCapacityAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 23
def isHeatingDesignCapacityAutosized
end
removeFromThermalZone() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 72
def removeFromThermalZone
end
setAvailabilitySchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 41
def setAvailabilitySchedule(schedule)
end
setEfficiency(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 58
def setEfficiency(double)
end
setFractionRadiant(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 61
def setFractionRadiant(double)
end
setFractionofAutosizedHeatingDesignCapacity(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 55
def setFractionofAutosizedHeatingDesignCapacity(double)
end
setFractionofRadiantEnergyIncidentonPeople(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 64
def setFractionofRadiantEnergyIncidentonPeople(double)
end
setHeatingDesignCapacity(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 47
def setHeatingDesignCapacity(double)
end
setHeatingDesignCapacityMethod(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 44
def setHeatingDesignCapacityMethod(string)
end
setHeatingDesignCapacityPerFloorArea(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 52
def setHeatingDesignCapacityPerFloorArea(double)
end
thermalZone() click to toggle source

@return [OptionalThermalZone]

# File lib/openstudio-api-stubs/Classes/ZoneHVACBaseboardRadiantConvectiveElectric.rb, line 67
def thermalZone
end