Thanks Shri.

----- Original Message -----
From: "Shri" <[email protected]>
To: "MATPOWER discussion forum" <[email protected]>
Sent: Friday, November 8, 2013 12:25:46 AM
Subject: Re: Load Voltages

I don't know if such a function exists in MatPower but you get the load bus 
voltages via

lbus = union(find(mpc.bus(:,PD)),find(mpc.bus(:,QD)));
results.bus(lbus,VM);

Shri

On Nov 7, 2013, at 5:32 PM, Kusi, Samuel A wrote:

> Is there any way in MatPower to call out just the load voltages?
> 
> results.bus(:, VM) calls all buss voltages. Is there any code that can be 
> used to output only load voltages?
> 
> Please advise
> 
> -- 
> Samuel Kusi
> 
> 




-- 
Samuel Kusi


Reply via email to