and what in case of 'rundcopf' On Wed, Apr 19, 2017 at 11:39 AM, Abhyankar, Shrirang G. <[email protected]> wrote:
> runpf does not enforce any line limits. You need to run optimal power flow > (runopf). > > Shri > > From: Akash Tyagi <[email protected]> > Reply-To: MATPOWER discussion forum <[email protected]> > Date: Tuesday, April 18, 2017 at 9:57 PM > To: MATPOWER discussion forum <[email protected]> > Subject: Line loading limit > > Hello everyone, > I want to ask a simple concept of line loading limit, As i have asked > earlier also the rate A variable is only used in MATPOWER to limit the > line. Other two rates are of no use. > I am trying to make a line congested by limiting its limit. > here is my following case- > define_constants; > mpc=loadcase(case30) > mpc.branch(:,RATE_A)=10; > results=runpf(mpc); > > I firstly i run the above code without limiting the rate and then after > limiting the rate, but the power loss is not changing at all in any of the > cases.. > help me out. > thanks in advance.:) > >
