Rates B and C are in the data file format, but there is currently no automated way to run an OPF using, for example Rate B instead of Rate A. However, this is trivial to do with a couple of lines of code …
define_constants; mpc = loadcase(<my case file>); mpc.branch(:, RATE_A) = mpc.branch(:, RATE_B); results = runopf(mpc); I have it on a “to do” list somewhere to add an OPF option to handle this automatically, but it’s not yet implemented and I don’t have a timeline for it. May I suggest that you submit this in the issue tracker on GitHub and maybe someone (yourself?) will contribute a pull request to implement it. Ray > On Sep 11, 2017, at 8:34 AM, Katarina Knezović <[email protected]> wrote: > > Dear MatPower developers, > > As far as I understand, the current MatPower version includes only branch > rate A for OPF. > Is there a plan to also include rates B and C, and if yes, is there an > estimated timeline? > > Thank you in advance, > Katarina
