MATPOWER does not automatically handle contingency analysis, so you will have to handle it yourself by removing generators and branches from the network one at a time by setting GEN_STATUS and BR_STATUS to zero. Keep in mind that you can create islands or isolated buses by taking branches out of service. The case_info() <http://www.pserc.cornell.edu/matpower/docs/ref/matpower6.0b1/case_info.html> and find_islands() <http://www.pserc.cornell.edu/matpower/docs/ref/matpower6.0b1/find_islands.html> can helpful with detecting such cases.
Ray > On Jul 3, 2016, at 7:57 AM, Haroon Malik <[email protected]> wrote: > > Hello Dr. Zimmerman, > > I would want to perform a N-1 contingency analysis on the 118 bus system. > What is the steps or procedure of applying such analysis using MATPOWER. > > > Many thanks for your time, > > > Mohammad Haroon Malik
