Home > matpower6.0 > @opf_model > get_mpc.m

get_mpc

PURPOSE ^

GET_MPC Returns the MATPOWER case struct.

SYNOPSIS ^

function mpc = get_mpc(om)

DESCRIPTION ^

GET_MPC  Returns the MATPOWER case struct.
   MPC = GET_MPC(OM)

   See also OPT_MODEL.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function mpc = get_mpc(om)
0002 %GET_MPC  Returns the MATPOWER case struct.
0003 %   MPC = GET_MPC(OM)
0004 %
0005 %   See also OPT_MODEL.
0006 
0007 %   MATPOWER
0008 %   Copyright (c) 2008-2016, Power Systems Engineering Research Center (PSERC)
0009 %   by Ray Zimmerman, PSERC Cornell
0010 %
0011 %   This file is part of MATPOWER.
0012 %   Covered by the 3-clause BSD License (see LICENSE file for details).
0013 %   See http://www.pserc.cornell.edu/matpower/ for more info.
0014 
0015 mpc = om.mpc;

Generated on Fri 16-Dec-2016 12:45:37 by m2html © 2005