Hi all,
It seems I am missing something,
To obtain the active or reactive power flow at the sending(P_s) or
receiving(Q_r) end of a line after power flow solution I used below codes;
results = runpf(casedata)
P_s = results.branch(:, PF)
Q_r = results.branch(:, QT)

Is this the correct thing to do?

Best regards

Reply via email to