Hi Iman
Try these scripts:
runpf('case14')
Vm=bus(:,8) % Bus Voltage Magnitude
Va=bus(:,9) % Bus Voltage Angle
________________________________
From: iman <[email protected]>
To: [email protected]
Sent: Tuesday, November 22, 2011 12:14 AM
Subject: extracting elemnts from powerflow results
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