Skip to content

Commit

Permalink
Add a line to get secondary voltages, if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Moongar committed Jul 18, 2019
1 parent bad200c commit 8a11a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runPFfull.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
% vckt_len = length(vckt);
vpri_len=33*3*2;
V = vckt(1:2:vpri_len)+1i*vckt(2:2:vpri_len);

% vsec = vckt(vpri_len+1:2:end)+1i*vckt(vpri_len+2:2:end);
loadPower=[];
transPowerTransfer=[];

Expand Down

0 comments on commit 8a11a80

Please sign in to comment.