Dear All, Having amended my bus system,now I want to extract the elements of Power flow results,specifically Magnitude Voltage of buses and Total Power loss of the system but I don't know how.
writing the scripts as :
>>mpc = loadcase('case14');
>> results=runpf(mpc);
I have only managed to extract P (MW) by writing the scrpit as:
results.branch(:, PF) so I want to do the same thing sfor other
elements.How can I do it?
--
Best regards
Iman
