From 044c9f3c1686734296df7ef36c728432dc736f44 Mon Sep 17 00:00:00 2001 From: Markus Mirz <mmirz@eonerc.rwth-aachen.de> Date: Mon, 13 Aug 2018 12:48:25 +0200 Subject: [PATCH] updated comment --- dataprocessing/dpsim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataprocessing/dpsim.py b/dataprocessing/dpsim.py index 6ba3303..212ba7a 100644 --- a/dataprocessing/dpsim.py +++ b/dataprocessing/dpsim.py @@ -18,7 +18,7 @@ def get_node_voltage_phasors(dpsim_timeseries_list): return voltage_phasor_list def get_node_emt_voltages(timeseries_list, freq): - """Calculate voltage phasors of all nodes + """Calculate EMT results of all nodes :param timeseries_list: timeseries list retrieved from dpsim results :return: """ -- GitLab