### HeatBuilding Class Methods Source: https://demandlib.readthedocs.io Methods for the HeatBuilding class, related to heat load profiles. ```APIDOC ## HeatBuilding.get_bdew_profile() ### Description Retrieves the BDEW heat profile for a building. ### Method Call ### Parameters None ### Response - BDEW heat profile data ``` ```APIDOC ## HeatBuilding.get_normalized_bdew_profile() ### Description Retrieves the normalized BDEW heat profile. ### Method Call ### Parameters None ### Response - Normalized BDEW heat profile data ``` ```APIDOC ## HeatBuilding.get_sf_values() ### Description Retrieves SF (space heating) values for a building. ### Method Call ### Parameters None ### Response - SF values ``` ```APIDOC ## HeatBuilding.get_sigmoid_parameters() ### Description Retrieves sigmoid parameters, likely for modeling temperature-dependent heating. ### Method Call ### Parameters None ### Response - Sigmoid parameters ``` ```APIDOC ## HeatBuilding.get_temperature_interval() ### Description Retrieves the temperature interval relevant for heating calculations. ### Method Call ### Parameters None ### Response - Temperature interval data ``` ```APIDOC ## HeatBuilding.get_weekday_parameters() ### Description Retrieves parameters specific to weekdays for heating calculations. ### Method Call ### Parameters None ### Response - Weekday parameters ``` ```APIDOC ## HeatBuilding.weighted_temperature() ### Description Calculates a weighted temperature, possibly considering different factors. ### Method Call ### Parameters None ### Response - Weighted temperature value ``` -------------------------------- ### Utility Functions Source: https://demandlib.readthedocs.io Utility functions for load profile manipulation and data retrieval. ```APIDOC ## dynamisation_function() ### Description Applies a dynamisation function, likely for load profile adjustments. ### Method Call ### Parameters None specified in source. ### Response - Result of the dynamisation function ``` ```APIDOC ## read_dwd_weather_file(file_path) ### Description Reads weather data from a DWD (Deutscher Wetterdienst) file. ### Method Call ### Parameters - **file_path** (string) - Required - The path to the DWD weather file. ### Response - Weather data object ``` -------------------------------- ### Region Class Methods Source: https://demandlib.readthedocs.io Methods for the Region class, used for managing regions and their associated houses. ```APIDOC ## Region.add_houses(houses) ### Description Adds houses to a region. ### Method Call ### Parameters - **houses** (list) - Required - A list of houses to add to the region. ### Response None ``` ```APIDOC ## Region.get_daily_energy_demand_houses() ### Description Retrieves the daily energy demand for houses within a region. ### Method Call ### Parameters None ### Response - Daily energy demand data for houses ``` ```APIDOC ## Region.get_load_curve_houses() ### Description Retrieves the load curves for houses within a region. ### Method Call ### Parameters None ### Response - Load curve data for houses ``` -------------------------------- ### IndustrialLoadProfile Class Method Source: https://demandlib.readthedocs.io Method for the IndustrialLoadProfile class. ```APIDOC ## IndustrialLoadProfile.simple_profile() ### Description Generates a simple industrial electrical load profile. ### Method Call ### Parameters None ### Response - Simple industrial load profile data ``` -------------------------------- ### ElecSlp Class Methods Source: https://demandlib.readthedocs.io Methods available for the ElecSlp class, used for electrical load profiles. ```APIDOC ## ElecSlp.all_load_profiles() ### Description Retrieves all available electrical load profiles. ### Method Call ### Parameters None ### Response - List of available load profile names (string) ``` ```APIDOC ## ElecSlp.create_bdew_load_profiles() ### Description Creates BDEW electrical load profiles. ### Method Call ### Parameters None ### Response - Object representing created BDEW load profiles ``` ```APIDOC ## ElecSlp.create_dynamic_h0_profile() ### Description Creates a dynamic H0 electrical load profile. ### Method Call ### Parameters None ### Response - Object representing the dynamic H0 load profile ``` ```APIDOC ## ElecSlp.date_time_index ### Description Provides the date and time index for electrical load profiles. ### Method Access ### Response - Date and time index object ``` ```APIDOC ## ElecSlp.get_profile(profile_name) ### Description Retrieves a specific electrical load profile by name. ### Method Call ### Parameters - **profile_name** (string) - Required - The name of the load profile to retrieve. ### Response - The requested electrical load profile data ``` ```APIDOC ## ElecSlp.get_profiles() ### Description Retrieves all electrical load profiles. ### Method Call ### Parameters None ### Response - A collection of all electrical load profiles ``` ```APIDOC ## ElecSlp.get_scaled_power_profiles() ### Description Retrieves scaled power profiles for electrical load data. ### Method Call ### Parameters None ### Response - Scaled power profiles data ``` ```APIDOC ## ElecSlp.get_scaled_profiles() ### Description Retrieves scaled electrical load profiles. ### Method Call ### Parameters None ### Response - Scaled electrical load profiles data ``` -------------------------------- ### Climate Class Methods Source: https://demandlib.readthedocs.io Methods for the Climate class, likely related to weather data handling. ```APIDOC ## Climate.check_attributes() ### Description Checks the attributes of a Climate object. ### Method Call ### Parameters None ### Response - Boolean indicating if attributes are valid ``` ```APIDOC ## Climate.from_try_data(data) ### Description Creates a Climate object from provided data. ### Method Call ### Parameters - **data** (object) - Required - The data to initialize the Climate object. ### Response - A Climate object ``` -------------------------------- ### find_try_region() Source: https://demandlib.readthedocs.io Finds a Try region based on certain criteria. ```APIDOC ## find_try_region() ### Description Finds a Try region. ### Method Call ### Parameters None specified in source. ### Response - The identified Try region ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.