Any chance this is a duplicate of issue #12
<https://github.com/MATPOWER/matpower/issues/12>? If so, it should be fixed in
the current version on GitHub. If not, could you please submit a new issue
<https://github.com/MATPOWER/matpower/issues> with a minimum working example
(MWE) that I can use to reproduce the issue and look into it?
Thanks,
Ray
> On May 29, 2017, at 11:06 AM, Elis Nycander <[email protected]> wrote:
>
> Hi,
>
> I'm running a cpf. In the base case there are some generators which are at
> their maximum generation limit, so these are converted to PQ buses in the
> base case pf. Then, on row 272 and 284 in runcpf, the QG for these buses
> becomes 0 since they are not updated like the other generator buses. So
> instead of the generator being a PQ bus with Pmax, Qmax, I get a PQ bus with
> Pmax, 0. Is it supposed to be like this or is it a bug?
>
> I tried changing the code but couldn't see any big difference in my case.
>
> Help is kindly appreciated,
> Elis