Skip to content

Commit a39ff9b

Browse files
GorazdBrdzman
authored andcommitted
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.
1 parent 61b207b commit a39ff9b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/sensit_to_taps_and_phases.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,4 @@
152152

153153
end
154154

155-
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
156-
en
155+
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

0 commit comments

Comments
 (0)