From 783b8b1bd69bb155dcae54dd87247a6dda59f8b9 Mon Sep 17 00:00:00 2001 From: KarenWGard <114143532+KarenWGard@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:13:25 -0400 Subject: [PATCH] Update get_SWH_equipment_associated_with_each_swh_distribution_system.md --- ..._equipment_associated_with_each_swh_distribution_system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ruleset_functions/get_SWH_equipment_associated_with_each_swh_distribution_system.md b/docs/ruleset_functions/get_SWH_equipment_associated_with_each_swh_distribution_system.md index 69b2b9967..9da4cb1ad 100644 --- a/docs/ruleset_functions/get_SWH_equipment_associated_with_each_swh_distribution_system.md +++ b/docs/ruleset_functions/get_SWH_equipment_associated_with_each_swh_distribution_system.md @@ -1,12 +1,12 @@ ## get_SWH_equipment_associated_with_each_swh_distribution_system -Description: This function gets all the SWH equipment connected to a SWH distribution system. The information is stored in a dictionary where the keys are the SWH Distribution System Ids and values are a dictionary giving the ServiceWaterHeatingEquipment, and Pumps connected to the particular use type +Description: This function gets all the SWH equipment connected to a SWH distribution system. The information is stored in a dictionary where the keys are the SWH Distribution System Ids and values are a dictionary giving the ServiceWaterHeatingEquipment, and Pumps connected to the particular SWH distribution system Inputs: - **RMD** Returns: -- **swh_and_equip_dict**: A dictionary containing where the keys are the SWH Distribution System and values are dictionaries where keys are the type of SWH equipment and values are the ids of the connected equipment. Example: +- **swh_and_equip_dict**: A dictionary containing where the keys are the SWH Distribution System IDs and values are dictionaries where keys are the type of SWH equipment and values are the ids of the connected equipment. Example: {"SWH_Distribution1":{"SWHHeatingEq":["swh_eq1","swh_eq2"], "Pumps":["p1"], "Tanks":["t1"], "Piping":["piping1"], "SolarThermal":[], "USES":["sp1_use","sp2_use"], "SPACES_SERVED":[sp1,sp2]}} Function Call: