Skip to content

Commit

Permalink
some fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rieck committed Oct 18, 2024
1 parent 08fc142 commit ffb3c70
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions hisim/components/generic_gas_heater.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def get_default_generic_gas_heater_controller_config(
minimal_thermal_power_in_watt: float = 1000,
building_name: str = "BUI1",
) -> "GenericGasHeaterControllerL1Config":
"""Gets a default Generic Heat Pump Controller."""
"""Gets a default Generic Gas Heater Controller."""
return GenericGasHeaterControllerL1Config(
building_name=building_name,
name="GenericGasHeaterController",
Expand All @@ -432,7 +432,7 @@ def get_default_generic_gas_heater_controller_config(


class GenericGasHeaterControllerL1(Component):
"""Gas Heater Controller based on HeatPumpHplibControllerL1 (in advanced_heat_oump_hplib).
"""Gas Heater Controller.
It takes data from other
components and sends signal to the generic_gas_heater for
Expand All @@ -441,10 +441,6 @@ class GenericGasHeaterControllerL1(Component):
Parameters
----------
mode : int
Mode index for operation type for this heat pump--> should be 1 only for gas_heater
Components to connect to:
(1) generic_gas_heater (control_signal)
Expand Down

0 comments on commit ffb3c70

Please sign in to comment.