From 1534ccac89e238ae4908e70e329a94227727055e Mon Sep 17 00:00:00 2001 From: Gorazd Bone Date: Wed, 14 Jun 2017 09:32:35 +0200 Subject: [PATCH] Tap and Phases calculation for transformers. > > Four files added, one of them is an example file. > Call taps_and_phases_analysis to execute. > > Files sensit_to_taps_and_phases and shiftJac_taps_phases must be > included in the same folder or in path. --- lib/sensit_to_taps_and_phases.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/sensit_to_taps_and_phases.m b/lib/sensit_to_taps_and_phases.m index 8f30ace4..0eb4b8e6 100644 --- a/lib/sensit_to_taps_and_phases.m +++ b/lib/sensit_to_taps_and_phases.m @@ -152,5 +152,4 @@ end -sensitivity_of_H_to_U_taps_and_phasess = HpoU - HpoX * ( (GpoX) \ (GpoU) ); %total sensitivity of line active powers and nodal voltages w.r.t. all taps and phases -en \ No newline at end of file +sensitivity_of_H_to_U_taps_and_phasess = HpoU - HpoX * ( (GpoX) \ (GpoU) ); %total sensitivity of line active powers and nodal voltages w.r.t. all taps and phases \ No newline at end of file