Hi,
I could not understand what PF, QF, PT, QT means?
For example if I have a p1(power which is injected to bus one) or P12(power
flow between 1 and 2) what should I have to define it with PF.
Also in the part test_se in state estimation, I could not understand what
idx.idx_zPF = [1;2] means.  is it P1 or P12?
For example if I have this measurements p12, p12, p2, q12,q13, q2
how I can put it in this part
%% which measurements are available
idx.idx_zPF = [?];
idx.idx_zPT = [?];
idx.idx_zPG = [?];
idx.idx_zVa = [];
idx.idx_zQF = [?];
idx.idx_zQT = [?];
idx.idx_zQG = [?];
idx.idx_zVm = [];

Reply via email to