From 4c5c371045b010cf1ea14ab9cc2c8604e4941bd3 Mon Sep 17 00:00:00 2001 From: jjorgens Date: Wed, 23 Oct 2024 14:48:16 -0600 Subject: [PATCH] adding Line Flow as a default report --- src/r2x/defaults/plexos_reports.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/r2x/defaults/plexos_reports.json b/src/r2x/defaults/plexos_reports.json index e13e11a..0871035 100644 --- a/src/r2x/defaults/plexos_reports.json +++ b/src/r2x/defaults/plexos_reports.json @@ -107,6 +107,30 @@ "report_statistics": false, "report_summary": true }, + { + "child_class": "Line", + "collection": "Lines", + "object_name": "base_report", + "parent_class": "System", + "phase_id": 4, + "property": "Flow", + "report_period": true, + "report_samples": false, + "report_statistics": false, + "report_summary": true + }, + { + "child_class": "Line", + "collection": "Lines", + "object_name": "base_report", + "parent_class": "System", + "phase_id": 4, + "property": "Wheeling Cost", + "report_period": true, + "report_samples": false, + "report_statistics": false, + "report_summary": true + }, { "child_class": "Region", "collection": "Regions",