Skip to content

Commit

Permalink
Tap and Phases calculation for transformers.
Browse files Browse the repository at this point in the history
>
> 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.
  • Loading branch information
GorazdB committed Jun 14, 2017
1 parent 8d4c0e8 commit 1534cca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/sensit_to_taps_and_phases.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 comments on commit 1534cca

Please sign in to comment.