The code below does not include anything to modify the QMAX in case30 to make 
it equal to 10.

-- 
Ray Zimmerman
Senior Research Associate
419A Warren Hall, Cornell University, Ithaca, NY 14853
phone: (607) 255-9645




On Aug 22, 2012, at 7:15 AM, iman wrote:

> Dear all,
> 
> I ran runpf(mpc,opt) with modified Q max in 30case equal to 10 . Running the 
> codes below, the load flow result shows  the Q generation on bus 22 hasn't 
> been limited:
> >>clear all
> >> define_constants;
> >> mpc = loadcase('case30');
> >> opt =mpoption;
> >> opt = mpoption(opt,'ENFORCE_Q_LIMS',1,'OUT_ALL',1);
> >> runpf(mpc,opt);
> The Q generation is equal to 37.75  which in no different with running power 
> flow without "Option" control.
> What is wrong ?
> Thanks for your time.
> -- 
> Best regards
> Iman
> 

Reply via email to