honeybee energy
  • Site
      • CLI Docs
        • Installation
        • Commands
          • main
            • honeybee-energy
              • config
          • result
            • honeybee-energy result
              • all-available-info
              • available-results
              • available-results-info
              • available-run-period-info
              • carbon-emission-intensity
              • component-sizes
              • data-by-output
              • data-by-outputs
              • energy-use-intensity
              • generation-data
              • generation-summary
              • load-balance
              • output-csv
              • output-csv-queryable
              • tabular-data
              • tabular-metadata
              • zone-sizes
          • lib
            • honeybee-energy lib
              • add
              • add-osm
              • construction-set-by-id
              • construction-sets
              • construction-sets-by-id
              • constructions-by-id
              • materials-by-id
              • opaque-construction-by-id
              • opaque-constructions
              • opaque-material-by-id
              • opaque-materials
              • program-type-by-id
              • program-types
              • program-types-by-id
              • purge
              • schedule-by-id
              • schedule-type-limit-by-id
              • schedule-type-limits
              • schedule-type-limits-by-id
              • schedules
              • schedules-by-id
              • shade-construction-by-id
              • shade-constructions
              • to-model-properties
              • window-construction-by-id
              • window-constructions
              • window-material-by-id
              • window-materials
          • baseline
            • honeybee-energy baseline
              • appendix-g-summary
              • constructions
              • create
              • geometry
              • hvac
              • leed-v4-summary
              • lighting
              • remove-ecms
              • shw
          • setconfig
            • honeybee-energy set-config
              • energyplus-path
              • honeybee-openstudio-gem-path
              • ironbug-path
              • lbt-measures-path
              • openstudio-path
              • standards-data-folder
          • translate
            • honeybee-energy translate
              • construction-sets-from-osm
              • constructions-from-idf
              • constructions-from-osm
              • constructions-to-idf
              • materials-from-osm
              • model-from-gbxml
              • model-from-idf
              • model-from-osm
              • model-occ-schedules
              • model-to-gbxml
              • model-to-idf
              • model-to-osm
              • model-to-sdd
              • model-to-sim-folder
              • model-to-trace-gbxml
              • model-transmittance-schedules
              • programs-from-osm
              • schedule-type-limits-from-osm
              • schedules-from-idf
              • schedules-from-osm
              • schedules-to-idf
          • validate
            • honeybee-energy validate
              • construction-set
              • model-properties
              • program-type
              • schedule
              • schedule-type-limit
              • sim-par
          • edit
            • honeybee-energy edit
              • lighting-from-daylight
              • modifiers-from-constructions
              • reset-resource-ids
          • simulate
            • honeybee-energy simulate
              • idf
              • model
              • osm
          • settings
            • honeybee-energy settings
              • comfort-sim-par
              • custom-sim-par
              • default-sim-par
              • dynamic-window-outputs
              • load-balance-sim-par
              • orientation-sim-pars
              • run-period
              • sizing-sim-par
      • honeybee_energy
        • honeybee_energy package
          • Subpackages
            • honeybee_energy.baseline package
              • Subpackages
                • honeybee_energy.baseline.data package
                  • Module contents
              • Submodules
                • honeybee_energy.baseline.create module
                  • model_constructions_to_baseline()
                  • model_geometry_to_baseline()
                  • model_hvac_to_baseline()
                  • model_lighting_to_baseline()
                  • model_lighting_to_baseline_building()
                  • model_remove_ecms()
                  • model_shw_to_baseline()
                  • model_to_baseline()
                • honeybee_energy.baseline.pci module
                  • comparison_from_sql()
                  • energy_cost_from_proposed_sql()
                  • pci_target_from_baseline_sql()
                • honeybee_energy.baseline.result module
                  • appendix_g_summary()
                  • leed_v4_summary()
              • Module contents
            • honeybee_energy.cli package
              • Submodules
                • honeybee_energy.cli.baseline module
                • honeybee_energy.cli.edit module
                • honeybee_energy.cli.lib module
                • honeybee_energy.cli.result module
                • honeybee_energy.cli.setconfig module
                • honeybee_energy.cli.settings module
                • honeybee_energy.cli.simulate module
                • honeybee_energy.cli.translate module
                  • model_from_gbxml()
                  • model_from_idf()
                  • model_from_osm()
                  • model_to_gbxml()
                  • model_to_idf()
                  • model_to_osm()
                  • model_to_sdd()
                  • model_to_trace_gbxml()
                • honeybee_energy.cli.validate module
              • Module contents
            • honeybee_energy.construction package
              • Submodules
                • honeybee_energy.construction.air module
                  • AirBoundaryConstruction
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • lock()
                    • to_air_mixing_idf()
                    • to_cross_mixing_idf()
                    • to_dict()
                    • to_idf()
                    • to_radiance_solar()
                    • to_radiance_visible()
                    • unlock()
                    • air_mixing_per_area
                    • air_mixing_schedule
                    • display_name
                    • identifier
                    • properties
                    • thickness
                    • user_data
                • honeybee_energy.construction.dictutil module
                  • dict_abridged_to_construction()
                  • dict_to_construction()
                • honeybee_energy.construction.dynamic module
                  • WindowConstructionDynamic
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • idf_program_manager()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • to_program_idf()
                    • to_radiance_solar()
                    • to_radiance_visible()
                    • unlock()
                    • constructions
                    • display_name
                    • frame
                    • gap_count
                    • glazing_count
                    • has_frame
                    • has_shade
                    • identifier
                    • inside_emissivity
                    • inside_material
                    • is_dynamic
                    • is_symmetric
                    • layers
                    • materials
                    • outside_emissivity
                    • outside_material
                    • r_factor
                    • r_value
                    • schedule
                    • shgc
                    • solar_transmittance
                    • thickness
                    • u_factor
                    • u_value
                    • unique_materials
                    • user_data
                    • visible_transmittance
                • honeybee_energy.construction.opaque module
                  • OpaqueConstruction
                    • ToString()
                    • duplicate()
                    • extract_all_from_idf_file()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • from_simple_parameters()
                    • in_h()
                    • in_h_simple()
                    • lock()
                    • out_h()
                    • out_h_simple()
                    • temperature_profile()
                    • to_dict()
                    • to_idf()
                    • to_radiance_solar_exterior()
                    • to_radiance_solar_interior()
                    • to_radiance_visible_exterior()
                    • to_radiance_visible_interior()
                    • unlock()
                    • area_heat_capacity
                    • display_name
                    • has_frame
                    • has_shade
                    • identifier
                    • inside_emissivity
                    • inside_material
                    • inside_solar_reflectance
                    • inside_visible_reflectance
                    • is_dynamic
                    • is_symmetric
                    • layers
                    • mass_area_density
                    • materials
                    • outside_emissivity
                    • outside_material
                    • outside_solar_reflectance
                    • outside_visible_reflectance
                    • properties
                    • r_factor
                    • r_value
                    • thickness
                    • u_factor
                    • u_value
                    • unique_materials
                    • user_data
                • honeybee_energy.construction.shade module
                  • ShadeConstruction
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • glazing_construction()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • to_radiance_solar()
                    • to_radiance_visible()
                    • unlock()
                    • display_name
                    • identifier
                    • inside_solar_reflectance
                    • inside_visible_reflectance
                    • is_default
                    • is_specular
                    • outside_solar_reflectance
                    • outside_visible_reflectance
                    • properties
                    • solar_reflectance
                    • user_data
                    • visible_reflectance
                • honeybee_energy.construction.window module
                  • WindowConstruction
                    • ToString()
                    • duplicate()
                    • extract_all_from_idf_file()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • from_simple_parameters()
                    • in_h()
                    • in_h_simple()
                    • lock()
                    • out_h()
                    • out_h_simple()
                    • solar_optical_properties()
                    • temperature_profile()
                    • temperature_profile_frame()
                    • to_dict()
                    • to_idf()
                    • to_radiance_solar()
                    • to_radiance_visible()
                    • to_simple_construction()
                    • unlock()
                    • visible_optical_properties()
                    • COG_AREA
                    • EDGE_AREA
                    • display_name
                    • frame
                    • gap_count
                    • glazing_count
                    • glazing_materials
                    • has_frame
                    • has_shade
                    • identifier
                    • inside_emissivity
                    • inside_material
                    • inside_solar_reflectance
                    • inside_visible_reflectance
                    • is_dynamic
                    • is_symmetric
                    • layers
                    • materials
                    • outside_emissivity
                    • outside_material
                    • outside_solar_reflectance
                    • outside_visible_reflectance
                    • properties
                    • r_factor
                    • r_value
                    • shgc
                    • solar_absorptance
                    • solar_reflectance
                    • solar_transmittance
                    • thickness
                    • u_factor
                    • u_value
                    • unique_materials
                    • user_data
                    • visible_absorptance
                    • visible_reflectance
                    • visible_transmittance
                • honeybee_energy.construction.windowshade module
                  • WindowConstructionShade
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • to_radiance_solar()
                    • to_radiance_visible()
                    • to_shaded_idf()
                    • to_shading_control_idf()
                    • unlock()
                    • CONTROL_TYPES
                    • GROUPABLE_TYPES
                    • ROOM_GROUPABLE_TYPES
                    • SHADE_LOCATIONS
                    • control_type
                    • display_name
                    • frame
                    • gap_count
                    • glazing_count
                    • has_frame
                    • has_shade
                    • identifier
                    • inside_emissivity
                    • inside_material
                    • is_dynamic
                    • is_groupable
                    • is_room_groupable
                    • is_switchable_glazing
                    • is_symmetric
                    • layers
                    • materials
                    • outside_emissivity
                    • outside_material
                    • properties
                    • r_factor
                    • r_value
                    • schedule
                    • setpoint
                    • shade_location
                    • shade_material
                    • shgc
                    • solar_transmittance
                    • switched_glass_material
                    • thickness
                    • u_factor
                    • u_value
                    • unique_materials
                    • user_data
                    • visible_transmittance
                    • window_construction
              • Module contents
            • honeybee_energy.generator package
              • Submodules
                • honeybee_energy.generator.loadcenter module
                  • ElectricLoadCenter
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • inverter_dc_to_ac_size_ratio
                    • inverter_efficiency
                    • properties
                • honeybee_energy.generator.pv module
                  • PVProperties
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • lock()
                    • loss_fraction_from_components()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • MODULE_TYPES
                    • MOUNTING_TYPES
                    • active_area_fraction
                    • display_name
                    • identifier
                    • module_type
                    • mounting_type
                    • properties
                    • rated_efficiency
                    • system_loss_fraction
                    • tracking_ground_coverage_ratio
              • Module contents
            • honeybee_energy.hvac package
              • Subpackages
                • honeybee_energy.hvac.allair package
                  • Submodules
                    • honeybee_energy.hvac.allair.furnace module
                      • ForcedAirFurnace
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • ECONOMIZER_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • demand_controlled_ventilation
                        • display_name
                        • economizer_type
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • latent_heat_recovery
                        • properties
                        • schedules
                        • sensible_heat_recovery
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.allair.psz module
                      • PSZ
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • ECONOMIZER_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • demand_controlled_ventilation
                        • display_name
                        • economizer_type
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • latent_heat_recovery
                        • properties
                        • schedules
                        • sensible_heat_recovery
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.allair.ptac module
                      • PTAC
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • ECONOMIZER_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • demand_controlled_ventilation
                        • display_name
                        • economizer_type
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • latent_heat_recovery
                        • properties
                        • schedules
                        • sensible_heat_recovery
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.allair.pvav module
                      • PVAV
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • ECONOMIZER_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • demand_controlled_ventilation
                        • display_name
                        • economizer_type
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • latent_heat_recovery
                        • properties
                        • schedules
                        • sensible_heat_recovery
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.allair.vav module
                      • VAV
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • ECONOMIZER_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • demand_controlled_ventilation
                        • display_name
                        • economizer_type
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • latent_heat_recovery
                        • properties
                        • schedules
                        • sensible_heat_recovery
                        • user_data
                        • vintage
                  • Module contents
                • honeybee_energy.hvac.doas package
                  • Submodules
                    • honeybee_energy.hvac.doas.fcu module
                      • FCUwithDOAS
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • demand_controlled_ventilation
                        • display_name
                        • doas_availability_schedule
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • latent_heat_recovery
                        • properties
                        • schedules
                        • sensible_heat_recovery
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.doas.radiant module
                      • RadiantwithDOAS
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • demand_controlled_ventilation
                        • display_name
                        • doas_availability_schedule
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • latent_heat_recovery
                        • minimum_operation_time
                        • properties
                        • radiant_type
                        • radiant_typeS
                        • schedules
                        • sensible_heat_recovery
                        • switch_over_time
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.doas.vrf module
                      • VRFwithDOAS
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • demand_controlled_ventilation
                        • display_name
                        • doas_availability_schedule
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • latent_heat_recovery
                        • properties
                        • schedules
                        • sensible_heat_recovery
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.doas.wshp module
                      • WSHPwithDOAS
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • demand_controlled_ventilation
                        • display_name
                        • doas_availability_schedule
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • latent_heat_recovery
                        • properties
                        • schedules
                        • sensible_heat_recovery
                        • user_data
                        • vintage
                  • Module contents
                • honeybee_energy.hvac.heatcool package
                  • Submodules
                    • honeybee_energy.hvac.heatcool.baseboard module
                      • Baseboard
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • display_name
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • properties
                        • schedules
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.heatcool.evapcool module
                      • EvaporativeCooler
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • display_name
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • properties
                        • schedules
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.heatcool.fcu module
                      • FCU
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • display_name
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • properties
                        • schedules
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.heatcool.gasunit module
                      • GasUnitHeater
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • display_name
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • properties
                        • schedules
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.heatcool.radiant module
                      • Radiant
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • display_name
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • minimum_operation_time
                        • properties
                        • radiant_type
                        • radiant_typeS
                        • schedules
                        • switch_over_time
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.heatcool.residential module
                      • Residential
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • display_name
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • properties
                        • schedules
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.heatcool.vrf module
                      • VRF
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • display_name
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • properties
                        • schedules
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.heatcool.windowac module
                      • WindowAC
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • display_name
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • properties
                        • schedules
                        • user_data
                        • vintage
                    • honeybee_energy.hvac.heatcool.wshp module
                      • WSHP
                        • ToString()
                        • duplicate()
                        • from_dict()
                        • from_dict_abridged()
                        • lock()
                        • to_dict()
                        • to_ideal_air_equivalent()
                        • unlock()
                        • COOL_ONLY_TYPES
                        • EQUIPMENT_TYPES
                        • HEAT_ONLY_TYPES
                        • VINTAGES
                        • display_name
                        • equipment_type
                        • has_district_cooling
                        • has_district_heating
                        • identifier
                        • properties
                        • schedules
                        • user_data
                        • vintage
                  • Module contents
              • Submodules
                • honeybee_energy.hvac.detailed module
                  • DetailedHVAC
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • lock()
                    • sync_room_ids()
                    • to_dict()
                    • to_ideal_air_equivalent()
                    • unlock()
                    • AIR_LOOP
                    • BRANCHES
                    • ECONOMIZER_TYPES
                    • HEAT_RECOVERY
                    • HR_LATENT
                    • HR_SENSIBLE
                    • NO_AIR_LOOP
                    • OA_CONTROLLER
                    • OA_SYSTEM
                    • air_loop_count
                    • design_type
                    • display_name
                    • economizer_type
                    • identifier
                    • latent_heat_recovery
                    • schedules
                    • sensible_heat_recovery
                    • specification
                    • thermal_zones
                    • user_data
                • honeybee_energy.hvac.idealair module
                  • IdealAirSystem
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • to_idf_zone()
                    • unlock()
                    • ECONOMIZER_TYPES
                    • cooling_air_temperature
                    • cooling_availability
                    • cooling_limit
                    • demand_controlled_ventilation
                    • display_name
                    • economizer_type
                    • heating_air_temperature
                    • heating_availability
                    • heating_limit
                    • identifier
                    • latent_heat_recovery
                    • properties
                    • schedules
                    • sensible_heat_recovery
                    • user_data
              • Module contents
            • honeybee_energy.lib package
              • Submodules
                • honeybee_energy.lib.constructions module
                  • lib_dict_abridged_to_construction()
                  • opaque_construction_by_identifier()
                  • shade_construction_by_identifier()
                  • window_construction_by_identifier()
                • honeybee_energy.lib.constructionsets module
                  • construction_set_by_identifier()
                  • lib_dict_abridged_to_construction_set()
                • honeybee_energy.lib.materials module
                  • opaque_material_by_identifier()
                  • window_material_by_identifier()
                • honeybee_energy.lib.programtypes module
                  • building_program_type_by_identifier()
                  • lib_dict_abridged_to_program_type()
                  • program_type_by_identifier()
                • honeybee_energy.lib.schedules module
                  • lib_dict_abridged_to_schedule()
                  • schedule_by_identifier()
                • honeybee_energy.lib.scheduletypelimits module
                  • schedule_type_limit_by_identifier()
              • Module contents
            • honeybee_energy.load package
              • Submodules
                • honeybee_energy.load.daylight module
                  • DaylightingControl
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • move()
                    • reflect()
                    • rotate()
                    • rotate_xy()
                    • scale()
                    • to_dict()
                    • to_idf()
                    • control_fraction
                    • has_parent
                    • illuminance_setpoint
                    • is_sensor_inside_parent
                    • min_light_output
                    • min_power_input
                    • off_at_minimum
                    • parent
                    • sensor_position
                • honeybee_energy.load.dictutil module
                  • dict_to_load()
                • honeybee_energy.load.equipment module
                  • ElectricEquipment
                    • ToString()
                    • average()
                    • diversify()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • convected_fraction
                    • display_name
                    • identifier
                    • latent_fraction
                    • lost_fraction
                    • properties
                    • radiant_fraction
                    • schedule
                    • user_data
                    • watts_per_area
                  • GasEquipment
                    • ToString()
                    • average()
                    • diversify()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • convected_fraction
                    • display_name
                    • identifier
                    • latent_fraction
                    • lost_fraction
                    • properties
                    • radiant_fraction
                    • schedule
                    • user_data
                    • watts_per_area
                • honeybee_energy.load.hotwater module
                  • ServiceHotWater
                    • ToString()
                    • average()
                    • diversify()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • from_watts_per_area()
                    • lock()
                    • set_watts_per_area()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • WATER_HEAT_CAPACITY
                    • display_name
                    • flow_per_area
                    • identifier
                    • latent_fraction
                    • lost_fraction
                    • properties
                    • schedule
                    • sensible_fraction
                    • standard_watts_per_area
                    • target_temperature
                    • user_data
                • honeybee_energy.load.infiltration module
                  • Infiltration
                    • ToString()
                    • average()
                    • diversify()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • constant_coefficient
                    • display_name
                    • flow_per_exterior_area
                    • identifier
                    • properties
                    • schedule
                    • temperature_coefficient
                    • user_data
                    • velocity_coefficient
                • honeybee_energy.load.lighting module
                  • Lighting
                    • ToString()
                    • average()
                    • diversify()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • baseline_watts_per_area
                    • convected_fraction
                    • display_name
                    • identifier
                    • properties
                    • radiant_fraction
                    • return_air_fraction
                    • schedule
                    • user_data
                    • visible_fraction
                    • watts_per_area
                • honeybee_energy.load.people module
                  • People
                    • ToString()
                    • average()
                    • diversify()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • activity_schedule
                    • area_per_person
                    • display_name
                    • identifier
                    • latent_fraction
                    • occupancy_schedule
                    • people_per_area
                    • properties
                    • radiant_fraction
                    • user_data
                • honeybee_energy.load.process module
                  • Process
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • FUEL_TYPES
                    • convected_fraction
                    • display_name
                    • end_use_category
                    • fuel_type
                    • identifier
                    • latent_fraction
                    • lost_fraction
                    • properties
                    • radiant_fraction
                    • schedule
                    • user_data
                    • watts
                • honeybee_energy.load.setpoint module
                  • Setpoint
                    • ToString()
                    • add_humidity_from_idf()
                    • average()
                    • diversify()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • lock()
                    • remove_humidity_setpoints()
                    • strictest()
                    • to_dict()
                    • to_idf()
                    • to_idf_humidistat()
                    • unlock()
                    • cooling_schedule
                    • cooling_setback
                    • cooling_setpoint
                    • dehumidifying_schedule
                    • dehumidifying_setback
                    • dehumidifying_setpoint
                    • display_name
                    • heating_schedule
                    • heating_setback
                    • heating_setpoint
                    • humidifying_schedule
                    • humidifying_setback
                    • humidifying_setpoint
                    • identifier
                    • properties
                    • setpoint_cutout_difference
                    • user_data
                • honeybee_energy.load.ventilation module
                  • Ventilation
                    • ToString()
                    • average()
                    • combine_room_ventilations()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • air_changes_per_hour
                    • display_name
                    • flow_per_area
                    • flow_per_person
                    • flow_per_zone
                    • identifier
                    • properties
                    • schedule
                    • user_data
              • Module contents
            • honeybee_energy.material package
              • Submodules
                • honeybee_energy.material.dictutil module
                  • dict_to_material()
                • honeybee_energy.material.frame module
                  • EnergyWindowFrame
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • conductance
                    • display_name
                    • edge_to_center_ratio
                    • identifier
                    • inside_projection
                    • outside_projection
                    • properties
                    • r_value
                    • solar_absorptance
                    • solar_reflectance
                    • thermal_absorptance
                    • u_value
                    • user_data
                    • visible_absorptance
                    • visible_reflectance
                    • width
                • honeybee_energy.material.gas module
                  • EnergyWindowMaterialGas
                    • ToString()
                    • conductivity_at_temperature()
                    • convective_conductance()
                    • convective_conductance_at_angle()
                    • density_at_temperature()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • grashof()
                    • lock()
                    • nusselt()
                    • nusselt_at_angle()
                    • prandtl_at_temperature()
                    • radiative_conductance()
                    • rayleigh()
                    • specific_heat_at_temperature()
                    • to_dict()
                    • to_idf()
                    • u_value()
                    • u_value_at_angle()
                    • unlock()
                    • viscosity_at_temperature()
                    • CONDUCTIVITYCURVES
                    • GASES
                    • MOLECULARWEIGHTS
                    • SPECIFICHEATCURVES
                    • VISCOSITYCURVES
                    • conductivity
                    • density
                    • display_name
                    • gas_type
                    • identifier
                    • is_gas_material
                    • is_glazing_material
                    • is_shade_material
                    • is_window_material
                    • molecular_weight
                    • prandtl
                    • properties
                    • specific_heat
                    • thickness
                    • user_data
                    • viscosity
                  • EnergyWindowMaterialGasCustom
                    • ToString()
                    • conductivity_at_temperature()
                    • convective_conductance()
                    • convective_conductance_at_angle()
                    • density_at_temperature()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • grashof()
                    • lock()
                    • nusselt()
                    • nusselt_at_angle()
                    • prandtl_at_temperature()
                    • radiative_conductance()
                    • rayleigh()
                    • specific_heat_at_temperature()
                    • to_dict()
                    • to_idf()
                    • u_value()
                    • u_value_at_angle()
                    • unlock()
                    • viscosity_at_temperature()
                    • CONDUCTIVITYCURVES
                    • GASES
                    • MOLECULARWEIGHTS
                    • SPECIFICHEATCURVES
                    • VISCOSITYCURVES
                    • conductivity
                    • conductivity_coeff_a
                    • conductivity_coeff_b
                    • conductivity_coeff_c
                    • density
                    • display_name
                    • identifier
                    • is_gas_material
                    • is_glazing_material
                    • is_shade_material
                    • is_window_material
                    • molecular_weight
                    • prandtl
                    • properties
                    • specific_heat
                    • specific_heat_coeff_a
                    • specific_heat_coeff_b
                    • specific_heat_coeff_c
                    • specific_heat_ratio
                    • thickness
                    • user_data
                    • viscosity
                    • viscosity_coeff_a
                    • viscosity_coeff_b
                    • viscosity_coeff_c
                  • EnergyWindowMaterialGasMixture
                    • ToString()
                    • conductivity_at_temperature()
                    • convective_conductance()
                    • convective_conductance_at_angle()
                    • density_at_temperature()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • grashof()
                    • lock()
                    • nusselt()
                    • nusselt_at_angle()
                    • prandtl_at_temperature()
                    • radiative_conductance()
                    • rayleigh()
                    • specific_heat_at_temperature()
                    • to_dict()
                    • to_idf()
                    • u_value()
                    • u_value_at_angle()
                    • unlock()
                    • viscosity_at_temperature()
                    • CONDUCTIVITYCURVES
                    • GASES
                    • MOLECULARWEIGHTS
                    • SPECIFICHEATCURVES
                    • VISCOSITYCURVES
                    • conductivity
                    • density
                    • display_name
                    • gas_count
                    • gas_fractions
                    • gas_types
                    • identifier
                    • is_gas_material
                    • is_glazing_material
                    • is_shade_material
                    • is_window_material
                    • molecular_weight
                    • prandtl
                    • properties
                    • specific_heat
                    • thickness
                    • user_data
                    • viscosity
                • honeybee_energy.material.glazing module
                  • EnergyWindowMaterialGlazing
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • conductivity
                    • dirt_correction
                    • display_name
                    • emissivity
                    • emissivity_back
                    • identifier
                    • infrared_transmittance
                    • is_gas_material
                    • is_glazing_material
                    • is_shade_material
                    • is_window_material
                    • properties
                    • r_value
                    • resistivity
                    • solar_absorptance
                    • solar_diffusing
                    • solar_reflectance
                    • solar_reflectance_back
                    • solar_transmissivity
                    • solar_transmittance
                    • thickness
                    • u_value
                    • user_data
                    • visible_absorptance
                    • visible_reflectance
                    • visible_reflectance_back
                    • visible_transmissivity
                    • visible_transmittance
                  • EnergyWindowMaterialSimpleGlazSys
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • display_name
                    • identifier
                    • is_gas_material
                    • is_glazing_material
                    • is_shade_material
                    • is_window_material
                    • properties
                    • r_factor
                    • r_value
                    • shgc
                    • solar_absorptance
                    • solar_reflectance
                    • solar_reflectance_back
                    • solar_transmittance
                    • thickness
                    • u_factor
                    • u_value
                    • user_data
                    • visible_absorptance
                    • visible_reflectance
                    • visible_reflectance_back
                    • visible_transmittance
                    • vt
                • honeybee_energy.material.opaque module
                  • EnergyMaterial
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • to_radiance_solar()
                    • to_radiance_visible()
                    • unlock()
                    • RADIANCEROUGHTYPES
                    • ROUGHTYPES
                    • area_heat_capacity
                    • conductivity
                    • density
                    • display_name
                    • identifier
                    • is_window_material
                    • mass_area_density
                    • properties
                    • r_value
                    • resistivity
                    • roughness
                    • solar_absorptance
                    • solar_reflectance
                    • specific_heat
                    • thermal_absorptance
                    • thickness
                    • u_value
                    • user_data
                    • visible_absorptance
                    • visible_reflectance
                  • EnergyMaterialNoMass
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • from_idf_air_gap()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • to_radiance_solar()
                    • to_radiance_visible()
                    • unlock()
                    • RADIANCEROUGHTYPES
                    • ROUGHTYPES
                    • area_heat_capacity
                    • display_name
                    • identifier
                    • is_window_material
                    • mass_area_density
                    • properties
                    • r_value
                    • roughness
                    • solar_absorptance
                    • solar_reflectance
                    • thermal_absorptance
                    • thickness
                    • u_value
                    • user_data
                    • visible_absorptance
                    • visible_reflectance
                  • EnergyMaterialVegetation
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • to_radiance_solar()
                    • to_radiance_visible()
                    • unlock()
                    • DIFFTYPES
                    • RADIANCEROUGHTYPES
                    • ROUGHTYPES
                    • area_heat_capacity
                    • conductivity
                    • density
                    • display_name
                    • identifier
                    • init_vol_moist_cont
                    • is_window_material
                    • leaf_area_index
                    • leaf_emissivity
                    • leaf_reflectivity
                    • mass_area_density
                    • min_stomatal_resist
                    • moist_diff_model
                    • plant_height
                    • properties
                    • r_value
                    • residual_vol_moist_cont
                    • resistivity
                    • roughness
                    • sat_vol_moist_cont
                    • soil_layer
                    • soil_solar_absorptance
                    • soil_thermal_absorptance
                    • soil_visible_absorptance
                    • solar_absorptance
                    • solar_reflectance
                    • specific_heat
                    • thermal_absorptance
                    • thickness
                    • u_value
                    • user_data
                    • visible_absorptance
                    • visible_reflectance
                • honeybee_energy.material.shade module
                  • EnergyWindowMaterialBlind
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • lock()
                    • r_value_between()
                    • r_value_exterior()
                    • r_value_interior()
                    • set_all_opening_multipliers()
                    • set_all_solar_reflectance()
                    • set_all_solar_transmittance()
                    • set_all_visible_reflectance()
                    • set_all_visible_transmittance()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • ORIENTATIONS
                    • beam_solar_reflectance
                    • beam_solar_reflectance_back
                    • beam_solar_transmittance
                    • beam_visible_reflectance
                    • beam_visible_reflectance_back
                    • beam_visible_transmittance
                    • bottom_opening_multiplier
                    • diffuse_solar_reflectance
                    • diffuse_solar_reflectance_back
                    • diffuse_solar_transmittance
                    • diffuse_visible_reflectance
                    • diffuse_visible_reflectance_back
                    • diffuse_visible_transmittance
                    • display_name
                    • distance_to_glass
                    • emissivity
                    • emissivity_back
                    • identifier
                    • infrared_transmittance
                    • is_gas_material
                    • is_glazing_material
                    • is_shade_material
                    • is_window_material
                    • left_opening_multiplier
                    • properties
                    • r_value
                    • right_opening_multiplier
                    • slat_angle
                    • slat_conductivity
                    • slat_orientation
                    • slat_resistivity
                    • slat_separation
                    • slat_thickness
                    • slat_width
                    • top_opening_multiplier
                    • u_value
                    • user_data
                  • EnergyWindowMaterialShade
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • lock()
                    • r_value_between()
                    • r_value_exterior()
                    • r_value_interior()
                    • set_all_opening_multipliers()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • airflow_permeability
                    • bottom_opening_multiplier
                    • conductivity
                    • display_name
                    • distance_to_glass
                    • emissivity
                    • identifier
                    • infrared_transmittance
                    • is_gas_material
                    • is_glazing_material
                    • is_shade_material
                    • is_window_material
                    • left_opening_multiplier
                    • properties
                    • r_value
                    • resistivity
                    • right_opening_multiplier
                    • solar_reflectance
                    • solar_transmittance
                    • thickness
                    • top_opening_multiplier
                    • u_value
                    • user_data
                    • visible_reflectance
                    • visible_transmittance
              • Module contents
            • honeybee_energy.properties package
              • Submodules
                • honeybee_energy.properties.aperture module
                  • ApertureEnergyProperties
                    • ToString()
                    • apply_properties_from_dict()
                    • duplicate()
                    • from_dict()
                    • is_equivalent()
                    • r_factor()
                    • reset_construction_to_set()
                    • shgc()
                    • to_dict()
                    • u_factor()
                    • construction
                    • host
                    • is_construction_set_on_object
                    • vent_opening
                • honeybee_energy.properties.door module
                  • DoorEnergyProperties
                    • ToString()
                    • apply_properties_from_dict()
                    • duplicate()
                    • from_dict()
                    • is_equivalent()
                    • r_factor()
                    • reset_construction_to_set()
                    • shgc()
                    • to_dict()
                    • u_factor()
                    • construction
                    • host
                    • is_construction_set_on_object
                    • vent_opening
                • honeybee_energy.properties.extension module
                  • AirBoundaryConstructionProperties
                    • ToString()
                    • to_dict()
                    • host
                  • AllAirSystemProperties
                    • ToString()
                    • to_dict()
                    • host
                  • DOASSystemProperties
                    • ToString()
                    • to_dict()
                    • host
                  • ElectricEquipmentProperties
                    • ToString()
                    • to_dict()
                    • host
                  • ElectricLoadCenterProperties
                    • ToString()
                    • to_dict()
                    • host
                  • EnergyMaterialNoMassProperties
                    • ToString()
                    • to_dict()
                    • host
                  • EnergyMaterialProperties
                    • ToString()
                    • to_dict()
                    • host
                  • EnergyMaterialVegetationProperties
                    • ToString()
                    • to_dict()
                    • host
                  • EnergyWindowFrameProperties
                    • ToString()
                    • to_dict()
                    • host
                  • EnergyWindowMaterialBlindProperties
                    • ToString()
                    • to_dict()
                    • host
                  • EnergyWindowMaterialGasCustomProperties
                    • ToString()
                    • to_dict()
                    • host
                  • EnergyWindowMaterialGasMixtureProperties
                    • ToString()
                    • to_dict()
                    • host
                  • EnergyWindowMaterialGasProperties
                    • ToString()
                    • to_dict()
                    • host
                  • EnergyWindowMaterialGlazingsProperties
                    • ToString()
                    • to_dict()
                    • host
                  • EnergyWindowMaterialShadeProperties
                    • ToString()
                    • to_dict()
                    • host
                  • EnergyWindowMaterialSimpleGlazSysProperties
                    • ToString()
                    • to_dict()
                    • host
                  • GasEquipmentProperties
                    • ToString()
                    • to_dict()
                    • host
                  • HeatCoolSystemProperties
                    • ToString()
                    • to_dict()
                    • host
                  • IdealAirSystemProperties
                    • ToString()
                    • to_dict()
                    • host
                  • InfiltrationProperties
                    • ToString()
                    • to_dict()
                    • host
                  • LightingProperties
                    • ToString()
                    • to_dict()
                    • host
                  • OpaqueConstructionProperties
                    • ToString()
                    • to_dict()
                    • host
                  • PVPropertiesProperties
                    • ToString()
                    • to_dict()
                    • host
                  • PeopleProperties
                    • ToString()
                    • to_dict()
                    • host
                  • ProcessProperties
                    • ToString()
                    • to_dict()
                    • host
                  • SHWSystemProperties
                    • ToString()
                    • to_dict()
                    • host
                  • ScheduleFixedIntervalProperties
                    • ToString()
                    • to_dict()
                    • host
                  • ScheduleRulesetProperties
                    • ToString()
                    • to_dict()
                    • host
                  • ServiceHotWaterProperties
                    • ToString()
                    • to_dict()
                    • host
                  • SetpointProperties
                    • ToString()
                    • to_dict()
                    • host
                  • ShadeConstructionProperties
                    • ToString()
                    • to_dict()
                    • host
                  • VentilationProperties
                    • ToString()
                    • to_dict()
                    • host
                  • WindowConstructionProperties
                    • ToString()
                    • to_dict()
                    • host
                  • WindowConstructionShadeProperties
                    • ToString()
                    • to_dict()
                    • host
                • honeybee_energy.properties.face module
                  • FaceEnergyProperties
                    • ToString()
                    • apply_properties_from_dict()
                    • duplicate()
                    • from_dict()
                    • is_equivalent()
                    • r_factor()
                    • reset_construction_to_set()
                    • shgc()
                    • to_dict()
                    • u_factor()
                    • construction
                    • host
                    • is_construction_set_on_object
                    • vent_crack
                • honeybee_energy.properties.model module
                  • ModelEnergyProperties
                    • ToString()
                    • add_autocal_properties_to_dict()
                    • aperture_constructions()
                    • apply_properties_from_dict()
                    • assign_dynamic_aperture_groups()
                    • assign_radiance_solar_exterior()
                    • assign_radiance_solar_interior()
                    • assign_radiance_visible_exterior()
                    • assign_radiance_visible_interior()
                    • autocalculate_ventilation_simulation_control()
                    • check_all()
                    • check_all_air_boundaries_with_window()
                    • check_all_zones_have_one_hvac()
                    • check_detailed_hvac_rooms()
                    • check_duplicate_construction_identifiers()
                    • check_duplicate_construction_set_identifiers()
                    • check_duplicate_hvac_identifiers()
                    • check_duplicate_material_identifiers()
                    • check_duplicate_program_type_identifiers()
                    • check_duplicate_schedule_identifiers()
                    • check_duplicate_schedule_type_limit_identifiers()
                    • check_duplicate_shw_identifiers()
                    • check_for_extension()
                    • check_interior_constructions_reversed()
                    • check_one_vegetation_material()
                    • check_shw_rooms_in_model()
                    • door_constructions()
                    • dump_properties_to_dict()
                    • duplicate()
                    • generate_ground_room()
                    • load_properties_from_dict()
                    • missing_adjacencies_to_adiabatic()
                    • offset_and_assign_exterior_face_modifiers()
                    • remove_child_constructions()
                    • remove_hvac_from_no_setpoints()
                    • reset_resource_ids()
                    • reset_resource_ids_in_dict()
                    • resolve_zones()
                    • restore_resource_ids()
                    • simplify_window_constructions_in_dict()
                    • sync_detailed_hvac_ids()
                    • to_dict()
                    • window_construction_by_orientation()
                    • construction_schedules
                    • construction_sets
                    • constructions
                    • electric_load_center
                    • face_constructions
                    • global_construction_set
                    • host
                    • hvac_schedules
                    • hvacs
                    • materials
                    • orphaned_trans_schedules
                    • program_type_schedules
                    • program_types
                    • room_constructions
                    • room_schedules
                    • schedule_type_limits
                    • schedules
                    • shade_constructions
                    • shade_schedules
                    • shws
                    • ventilation_simulation_control
                • honeybee_energy.properties.room module
                  • RoomEnergyProperties
                    • ToString()
                    • absolute_electric_equipment()
                    • absolute_gas_equipment()
                    • absolute_infiltration()
                    • absolute_infiltration_ach()
                    • absolute_lighting()
                    • absolute_people()
                    • absolute_service_hot_water()
                    • absolute_ventilation()
                    • add_daylight_control_to_center()
                    • add_default_ideal_air()
                    • add_fan()
                    • add_internal_mass()
                    • add_process_load()
                    • apply_properties_from_dict()
                    • assign_ideal_air_equivalent()
                    • assign_ventilation_opening()
                    • duplicate()
                    • envelope_components_by_type()
                    • exterior_afn_from_infiltration_load()
                    • floor_area_with_constructions()
                    • from_dict()
                    • is_equivalent()
                    • make_ground()
                    • make_plenum()
                    • move()
                    • reflect()
                    • remove_child_constructions()
                    • remove_fans()
                    • remove_internal_masses()
                    • remove_process_loads()
                    • remove_ventilation_opening()
                    • reset_constructions_to_set()
                    • reset_loads_to_program()
                    • reset_to_default()
                    • rotate()
                    • rotate_xy()
                    • scale()
                    • solve_norm_area_flow_coefficient()
                    • solve_norm_perimeter_flow_coefficient()
                    • to_dict()
                    • window_construction_by_orientation()
                    • construction_set
                    • daylighting_control
                    • electric_equipment
                    • fans
                    • gas_equipment
                    • has_overridden_loads
                    • has_overridden_space_loads
                    • host
                    • hvac
                    • infiltration
                    • internal_masses
                    • is_conditioned
                    • lighting
                    • people
                    • process_loads
                    • program_type
                    • service_hot_water
                    • setpoint
                    • shw
                    • total_fan_flow
                    • total_process_load
                    • ventilation
                    • window_vent_control
                • honeybee_energy.properties.shade module
                  • ShadeEnergyProperties
                    • ToString()
                    • apply_properties_from_dict()
                    • duplicate()
                    • from_dict()
                    • is_equivalent()
                    • radiance_modifier_solar()
                    • radiance_modifier_visible()
                    • reset_construction_to_set()
                    • to_dict()
                    • construction
                    • host
                    • is_construction_set_on_object
                    • pv_properties
                    • transmittance_schedule
                • honeybee_energy.properties.shademesh module
                  • ShadeMeshEnergyProperties
                    • ToString()
                    • apply_properties_from_dict()
                    • duplicate()
                    • from_dict()
                    • is_equivalent()
                    • radiance_modifier_solar()
                    • radiance_modifier_visible()
                    • reset_construction_to_set()
                    • to_dict()
                    • construction
                    • host
                    • is_construction_set_on_object
                    • transmittance_schedule
              • Module contents
            • honeybee_energy.result package
              • Submodules
                • honeybee_energy.result.colorobj module
                  • ColorFace
                    • ToString()
                    • time_interval_text()
                    • UNITS
                    • analysis_period
                    • data_collections
                    • data_type
                    • data_type_text
                    • faces
                    • geo_unit
                    • graphic_container
                    • legend_parameters
                    • matched_data
                    • matched_flat_areas
                    • matched_flat_faces
                    • matched_flat_geometry
                    • matched_values
                    • max_point
                    • min_point
                    • normalize
                    • simulation_step
                    • title_text
                    • unit
                  • ColorRoom
                    • ToString()
                    • time_interval_text()
                    • UNITS
                    • analysis_period
                    • data_collections
                    • data_type
                    • data_type_text
                    • geo_unit
                    • graphic_container
                    • legend_parameters
                    • matched_data
                    • matched_floor_areas
                    • matched_floor_faces
                    • matched_rooms
                    • matched_values
                    • max_point
                    • min_point
                    • normalize_by_floor
                    • rooms
                    • simulation_step
                    • space_based
                    • title_text
                    • unit
                • honeybee_energy.result.emissions module
                  • emissions_from_sql()
                  • emissions_region()
                  • future_electricity_emissions()
                • honeybee_energy.result.err module
                  • Err
                    • ToString()
                    • fatal_errors
                    • file_contents
                    • file_path
                    • severe_errors
                    • warnings
                • honeybee_energy.result.eui module
                  • eui_from_sql()
                • honeybee_energy.result.generation module
                  • generation_data_from_sql()
                  • generation_summary_from_sql()
                • honeybee_energy.result.loadbalance module
                  • LoadBalance
                    • ToString()
                    • from_sql_file()
                    • from_sql_file_rooms()
                    • load_balance_terms()
                    • load_data_from_sql()
                    • mech_vent_loss_gain()
                    • subtract_loss_from_gain()
                    • COOLING
                    • ELECTRIC_EQUIP
                    • EXTERIOR_BCS
                    • GAS_EQUIP
                    • HEATING
                    • HOT_WATER
                    • INFIL_GAIN
                    • INFIL_LOSS
                    • INTERIOR_BCS
                    • LIGHTING
                    • NAT_VENT_GAIN
                    • NAT_VENT_LOSS
                    • OPAQUE_ENERGY_FLOW
                    • PEOPLE_GAIN
                    • PROCESS
                    • SOLAR_GAIN
                    • UNITS
                    • VENT_GAIN
                    • VENT_LOSS
                    • WINDOW_GAIN
                    • WINDOW_LOSS
                    • air_storage
                    • conduction
                    • cooling
                    • electric_equip
                    • floor_area
                    • floor_conduction
                    • floor_storage
                    • gas_equip
                    • heating
                    • infiltration
                    • lighting
                    • mech_ventilation
                    • nat_ventilation
                    • opaque_conduction
                    • people
                    • process
                    • roof_conduction
                    • rooms
                    • service_hot_water
                    • solar
                    • storage
                    • units
                    • wall_conduction
                    • wall_storage
                    • window_conduction
                    • window_storage
                • honeybee_energy.result.match module
                  • match_faces_to_data()
                  • match_rooms_to_data()
                • honeybee_energy.result.osw module
                  • OSW
                    • ToString()
                    • error_tracebacks
                    • errors
                    • file_dict
                    • file_path
                    • stdout
                    • warnings
                • honeybee_energy.result.rdd module
                  • RDD
                    • ToString()
                    • filter_outputs_by_keywords()
                    • file_path
                    • output_names
                • honeybee_energy.result.zsz module
                  • ZSZ
                    • ToString()
                    • DES_DAY_KEYWORDS
                    • cooling_date
                    • cooling_flow_data
                    • cooling_load_data
                    • file_path
                    • heating_date
                    • heating_flow_data
                    • heating_load_data
                    • timestep
              • Module contents
            • honeybee_energy.schedule package
              • Submodules
                • honeybee_energy.schedule.day module
                  • ScheduleDay
                    • ToString()
                    • add_value()
                    • average_schedules()
                    • data_collection()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • from_values_at_timestep()
                    • lock()
                    • remove_value()
                    • remove_value_by_time()
                    • replace_value()
                    • replace_value_by_time()
                    • shift_by_step()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • values_at_timestep()
                    • VALIDTIMESTEPS
                    • display_name
                    • identifier
                    • interpolate
                    • is_constant
                    • times
                    • values
                • honeybee_energy.schedule.dictutil module
                  • dict_abridged_to_schedule()
                  • dict_to_schedule()
                • honeybee_energy.schedule.fixedinterval module
                  • ScheduleFixedInterval
                    • ToString()
                    • average_schedules()
                    • data_collection_at_timestep()
                    • duplicate()
                    • extract_all_from_idf_file()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • lock()
                    • max_schedules()
                    • min_schedules()
                    • shift_by_step()
                    • to_dict()
                    • to_idf()
                    • to_idf_collective_csv()
                    • to_idf_compact()
                    • unlock()
                    • values_at_timestep()
                    • VALIDTIMESTEPS
                    • data_collection
                    • display_name
                    • end_date_time
                    • identifier
                    • interpolate
                    • is_constant
                    • is_leap_year
                    • placeholder_value
                    • properties
                    • schedule_type_limit
                    • start_date
                    • timestep
                    • user_data
                    • values
                • honeybee_energy.schedule.rule module
                  • ScheduleRule
                    • ToString()
                    • apply_day_by_dow()
                    • apply_day_by_name()
                    • does_rule_apply()
                    • does_rule_apply_doy()
                    • does_rule_apply_doy_leap_year()
                    • does_rule_apply_leap_year()
                    • duplicate()
                    • extract_all_from_schedule_week()
                    • from_days_applied()
                    • from_dict()
                    • from_dict_abridged()
                    • lock()
                    • to_dict()
                    • unlock()
                    • apply_all
                    • apply_friday
                    • apply_monday
                    • apply_saturday
                    • apply_sunday
                    • apply_thursday
                    • apply_tuesday
                    • apply_wednesday
                    • apply_weekday
                    • apply_weekend
                    • days_applied
                    • end_date
                    • is_reversed
                    • schedule_day
                    • start_date
                    • week_apply_tuple
                • honeybee_energy.schedule.ruleset module
                  • ScheduleRuleset
                    • ToString()
                    • add_rule()
                    • average_schedules()
                    • data_collection()
                    • duplicate()
                    • extract_all_from_idf_file()
                    • from_constant_value()
                    • from_daily_values()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • from_idf_constant()
                    • from_week_daily_values()
                    • from_week_day_schedules()
                    • lock()
                    • max_schedules()
                    • min_schedules()
                    • remove_rule()
                    • reorder_rule()
                    • shift_by_step()
                    • to_dict()
                    • to_idf()
                    • to_rules()
                    • unlock()
                    • values()
                    • day_schedules
                    • default_day_schedule
                    • display_name
                    • holiday_schedule
                    • identifier
                    • is_constant
                    • is_single_week
                    • properties
                    • schedule_rules
                    • schedule_type_limit
                    • summer_designday_schedule
                    • typical_day_schedules
                    • user_data
                    • winter_designday_schedule
                • honeybee_energy.schedule.typelimit module
                  • ScheduleTypeLimit
                    • ToString()
                    • duplicate()
                    • extract_all_from_idf_file()
                    • from_dict()
                    • from_idf()
                    • to_dict()
                    • to_idf()
                    • NUMERIC_TYPES
                    • UNIT_TYPES
                    • data_type
                    • display_name
                    • identifier
                    • lower_limit
                    • numeric_type
                    • unit
                    • unit_type
                    • upper_limit
              • Module contents
            • honeybee_energy.simulation package
              • Submodules
                • honeybee_energy.simulation.control module
                  • SimulationControl
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • to_dict()
                    • to_idf()
                    • do_plant_sizing
                    • do_system_sizing
                    • do_zone_sizing
                    • run_for_run_periods
                    • run_for_sizing_periods
                • honeybee_energy.simulation.daylightsaving module
                  • DaylightSavingTime
                    • ToString()
                    • duplicate()
                    • from_analysis_period()
                    • from_dict()
                    • from_idf()
                    • to_dict()
                    • to_idf()
                    • end_date
                    • start_date
                • honeybee_energy.simulation.dictutil module
                  • dict_to_simulation()
                • honeybee_energy.simulation.output module
                  • SimulationOutput
                    • ToString()
                    • add_comfort_map_variables()
                    • add_comfort_metrics()
                    • add_electricity_generation()
                    • add_energy_balance_variables()
                    • add_gains_and_losses()
                    • add_glazing_solar()
                    • add_hvac_energy_use()
                    • add_output()
                    • add_stratification_variables()
                    • add_summary_report()
                    • add_surface_energy_flow()
                    • add_surface_temperature()
                    • add_unmet_hours()
                    • add_zone_energy_use()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • to_dict()
                    • to_idf()
                    • REPORTING_FREQUENCIES
                    • include_html
                    • include_sqlite
                    • outputs
                    • reporting_frequency
                    • summary_reports
                    • unmet_setpoint_tolerance
                • honeybee_energy.simulation.parameter module
                  • SimulationParameter
                    • ToString()
                    • building_idf()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • to_dict()
                    • to_idf()
                    • water_mains_idf()
                    • TERRAIN_TYPES
                    • VALIDTIMESTEPS
                    • global_geometry_rules
                    • north_angle
                    • north_vector
                    • output
                    • run_period
                    • shadow_calculation
                    • simulation_control
                    • sizing_parameter
                    • terrain_type
                    • timestep
                • honeybee_energy.simulation.runperiod module
                  • RunPeriod
                    • ToString()
                    • duplicate()
                    • from_analysis_period()
                    • from_dict()
                    • from_idf()
                    • from_string()
                    • to_dict()
                    • to_idf()
                    • DAYS_OF_THE_WEEK
                    • daylight_saving_time
                    • end_date
                    • holidays
                    • is_leap_year
                    • start_date
                    • start_day_of_week
                • honeybee_energy.simulation.shadowcalculation module
                  • ShadowCalculation
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • to_dict()
                    • to_idf()
                    • CALCULATION_METHODS
                    • CALCULATION_UPDATE_METHODS
                    • SOLAR_DISTRIBUTIONS
                    • calculation_frequency
                    • calculation_method
                    • calculation_update_method
                    • maximum_figures
                    • solar_distribution
                • honeybee_energy.simulation.sizing module
                  • SizingParameter
                    • ToString()
                    • add_design_day()
                    • add_from_ddy()
                    • add_from_ddy_990_010()
                    • add_from_ddy_996_004()
                    • add_from_ddy_keyword()
                    • apply_location()
                    • duplicate()
                    • from_dict()
                    • from_idf()
                    • remove_all_design_days()
                    • remove_design_day()
                    • remove_design_day_keyword()
                    • to_ddy()
                    • to_dict()
                    • to_idf()
                    • CLIMATE_ZONES
                    • STANDARDS
                    • building_type
                    • bypass_efficiency_sizing
                    • climate_zone
                    • cooling_factor
                    • design_days
                    • efficiency_standard
                    • heating_factor
              • Module contents
            • honeybee_energy.ventcool package
              • Submodules
                • honeybee_energy.ventcool.afn module
                  • generate()
                • honeybee_energy.ventcool.control module
                  • VentilationControl
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • lock()
                    • to_dict()
                    • unlock()
                    • delta_temperature
                    • max_indoor_temperature
                    • max_outdoor_temperature
                    • min_indoor_temperature
                    • min_outdoor_temperature
                    • schedule
                • honeybee_energy.ventcool.crack module
                  • AFNCrack
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • lock()
                    • to_dict()
                    • unlock()
                    • flow_coefficient
                    • flow_exponent
                • honeybee_energy.ventcool.fan module
                  • VentilationFan
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • from_dict_abridged()
                    • from_idf()
                    • lock()
                    • to_dict()
                    • to_idf()
                    • unlock()
                    • PRESSURE_RISES
                    • VENTILATION_TYPES
                    • control
                    • display_name
                    • efficiency
                    • flow_rate
                    • identifier
                    • pressure_rise
                    • ventilation_type
                • honeybee_energy.ventcool.opening module
                  • VentilationOpening
                    • ToString()
                    • duplicate()
                    • from_dict()
                    • to_dict()
                    • to_idf()
                    • discharge_coefficient
                    • flow_coefficient_closed
                    • flow_exponent_closed
                    • fraction_area_operable
                    • fraction_height_operable
                    • has_parent
                    • parent
                    • two_way_threshold
                    • wind_cross_vent
                • honeybee_energy.ventcool.simulation module
                  • VentilationSimulationControl
                    • ToString()
                    • assign_geometry_properties_from_rooms()
                    • duplicate()
                    • from_dict()
                    • geometry_properties_from_rooms()
                    • lock()
                    • to_dict()
                    • unlock()
                    • BUILDING_TYPES
                    • VENT_CONTROL_TYPES
                    • aspect_ratio
                    • building_type
                    • long_axis_angle
                    • reference_humidity_ratio
                    • reference_pressure
                    • reference_temperature
                    • vent_control_type
              • Module contents
          • Submodules
            • honeybee_energy.altnumber module
              • Autosize
                • ToString()
                • to_dict()
                • name
            • honeybee_energy.boundarycondition module
              • Adiabatic
                • ToString()
                • from_dict()
                • to_dict()
                • name
                • sun_exposure_idf
                • view_factor
                • wind_exposure_idf
              • OtherSideTemperature
                • ToString()
                • from_dict()
                • to_dict()
                • to_idf()
                • heat_transfer_coefficient
                • name
                • sun_exposure_idf
                • temperature
                • view_factor
                • wind_exposure_idf
            • honeybee_energy.config module
              • Folders
                • config_file
                • construction_lib
                • constructionset_lib
                • defaults_file
                • efficiency_standard_measure_path
                • energyplus_exe
                • energyplus_idd_path
                • energyplus_path
                • energyplus_version
                • energyplus_version_str
                • honeybee_adapter_path
                • honeybee_openstudio_gem_path
                • inject_idf_measure_path
                • ironbug_exe
                • ironbug_path
                • ironbug_version
                • ironbug_version_str
                • lbt_measures_path
                • openstudio_csharp_path
                • openstudio_exe
                • openstudio_lib_path
                • openstudio_path
                • openstudio_results_measure_path
                • openstudio_version
                • openstudio_version_str
                • programtype_lib
                • schedule_lib
                • standards_data_folder
                • standards_extension_folders
                • view_data_measure_path
            • honeybee_energy.constructionset module
              • ApertureConstructionSet
                • ToString()
                • duplicate()
                • from_dict()
                • lock()
                • to_dict()
                • unlock()
                • constructions
                • interior_construction
                • is_modified
                • modified_constructions
                • operable_construction
                • skylight_construction
                • window_construction
              • ConstructionSet
                • ToString()
                • duplicate()
                • from_dict()
                • from_dict_abridged()
                • get_aperture_construction()
                • get_door_construction()
                • get_face_construction()
                • lock()
                • to_dict()
                • to_radiance_solar_exterior()
                • to_radiance_solar_interior()
                • to_radiance_visible_exterior()
                • to_radiance_visible_interior()
                • unlock()
                • air_boundary_construction
                • aperture_set
                • constructions
                • constructions_unique
                • display_name
                • door_set
                • floor_set
                • identifier
                • materials_unique
                • modified_constructions
                • modified_constructions_unique
                • modified_materials_unique
                • roof_ceiling_set
                • shade_construction
                • user_data
                • wall_set
              • DoorConstructionSet
                • ToString()
                • duplicate()
                • from_dict()
                • lock()
                • to_dict()
                • unlock()
                • constructions
                • exterior_construction
                • exterior_glass_construction
                • interior_construction
                • interior_glass_construction
                • is_modified
                • modified_constructions
                • overhead_construction
              • FloorConstructionSet
                • ToString()
                • duplicate()
                • from_dict()
                • lock()
                • to_dict()
                • unlock()
                • constructions
                • exterior_construction
                • ground_construction
                • interior_construction
                • is_modified
                • modified_constructions
              • RoofCeilingConstructionSet
                • ToString()
                • duplicate()
                • from_dict()
                • lock()
                • to_dict()
                • unlock()
                • constructions
                • exterior_construction
                • ground_construction
                • interior_construction
                • is_modified
                • modified_constructions
              • WallConstructionSet
                • ToString()
                • duplicate()
                • from_dict()
                • lock()
                • to_dict()
                • unlock()
                • constructions
                • exterior_construction
                • ground_construction
                • interior_construction
                • is_modified
                • modified_constructions
            • honeybee_energy.dictutil module
              • dict_to_object()
            • honeybee_energy.internalmass module
              • InternalMass
                • ToString()
                • duplicate()
                • from_dict()
                • from_dict_abridged()
                • from_geometry()
                • from_idf()
                • lock()
                • to_dict()
                • to_idf()
                • unlock()
                • area
                • construction
                • display_name
                • identifier
                • user_data
            • honeybee_energy.measure module
              • Measure
                • ToString()
                • from_dict()
                • sort_measures()
                • to_dict()
                • to_osw_dict()
                • validate()
                • arguments
                • description
                • display_name
                • folder
                • identifier
                • metadata_file
                • program_file
                • resources_folder
                • type
              • MeasureArgument
                • ToString()
                • validate()
                • PYTHON_TYPES
                • default_value
                • description
                • display_name
                • identifier
                • model_dependent
                • required
                • type
                • type_text
                • valid_choices
                • value
            • honeybee_energy.programtype module
              • ProgramType
                • ToString()
                • average()
                • diversify()
                • duplicate()
                • from_dict()
                • from_dict_abridged()
                • lock()
                • to_dict()
                • unlock()
                • display_name
                • electric_equipment
                • gas_equipment
                • identifier
                • infiltration
                • lighting
                • people
                • schedules
                • schedules_unique
                • service_hot_water
                • setpoint
                • user_data
                • ventilation
            • honeybee_energy.reader module
              • clean_idf_file_contents()
              • parse_idf_string()
            • honeybee_energy.run module
              • add_gbxml_space_boundaries()
              • from_gbxml_osw()
              • from_idf_osw()
              • from_osm_osw()
              • measure_compatible_model_json()
              • output_energyplus_files()
              • prepare_idf_for_simulation()
              • run_idf()
              • run_osw()
              • set_gbxml_floor_types()
              • to_empty_osm_osw()
              • to_gbxml_osw()
              • to_openstudio_osw()
              • to_openstudio_sim_folder()
              • to_sdd_osw()
              • trace_compatible_model_json()
            • honeybee_energy.shw module
              • SHWSystem
                • ToString()
                • duplicate()
                • from_dict()
                • lock()
                • to_dict()
                • unlock()
                • DEFAULT_EFFICIENCIES
                • EQUIPMENT_TYPES
                • ambient_condition
                • ambient_loss_coefficient
                • display_name
                • equipment_type
                • heater_efficiency
                • identifier
                • properties
                • user_data
            • honeybee_energy.writer module
              • aperture_to_idf()
              • door_to_idf()
              • energyplus_idf_version()
              • face_to_idf()
              • generate_idf_string()
              • model_to_idf()
              • room_to_idf()
              • shade_mesh_to_idf()
              • shade_to_idf()
          • Module contents
  • Page
      • CLI Docs
      • honeybee_energy
        • honeybee_energy package
          • Subpackages
            • honeybee_energy.baseline package
              • Subpackages
                • honeybee_energy.baseline.data package
              • Submodules
                • honeybee_energy.baseline.create module
                • honeybee_energy.baseline.pci module
                • honeybee_energy.baseline.result module
              • Module contents
            • honeybee_energy.cli package
            • honeybee_energy.construction package
            • honeybee_energy.generator package
            • honeybee_energy.hvac package
            • honeybee_energy.lib package
            • honeybee_energy.load package
            • honeybee_energy.material package
            • honeybee_energy.properties package
            • honeybee_energy.result package
            • honeybee_energy.schedule package
            • honeybee_energy.simulation package
            • honeybee_energy.ventcool package
          • Submodules
          • Module contents
  • « honeybee_ener...
  • honeybee_ener... »
  • Source
  • CLI Docs
  • honeybee_energy
    • honeybee_energy package
      • Subpackages
        • honeybee_energy.baseline package
          • Subpackages
            • honeybee_energy.baseline.data package
          • Submodules
            • honeybee_energy.baseline.create module
            • honeybee_energy.baseline.pci module
            • honeybee_energy.baseline.result module
          • Module contents
        • honeybee_energy.cli package
        • honeybee_energy.construction package
        • honeybee_energy.generator package
        • honeybee_energy.hvac package
        • honeybee_energy.lib package
        • honeybee_energy.load package
        • honeybee_energy.material package
        • honeybee_energy.properties package
        • honeybee_energy.result package
        • honeybee_energy.schedule package
        • honeybee_energy.simulation package
        • honeybee_energy.ventcool package
      • Submodules
      • Module contents

honeybee_energy.baseline package¶

Subpackages¶

  • honeybee_energy.baseline.data package
    • Module contents

Submodules¶

  • honeybee_energy.baseline.create module
    • model_constructions_to_baseline()
    • model_geometry_to_baseline()
    • model_hvac_to_baseline()
    • model_lighting_to_baseline()
    • model_lighting_to_baseline_building()
    • model_remove_ecms()
    • model_shw_to_baseline()
    • model_to_baseline()
  • honeybee_energy.baseline.pci module
    • comparison_from_sql()
    • energy_cost_from_proposed_sql()
    • pci_target_from_baseline_sql()
  • honeybee_energy.baseline.result module
    • appendix_g_summary()
    • leed_v4_summary()

Module contents¶

Subpackage for creating baseline buildings and evaluating their simulation results.

Back to top

© Copyright 2025, Ladybug Tools.
Created using Sphinx 8.0.2.