Home > matpower6.0 > extras > maxloadlim > userfcn_direction_mll_ext2int.m

userfcn_direction_mll_ext2int

PURPOSE ^

MATPOWER

SYNOPSIS ^

function mpc = userfcn_direction_mll_ext2int(mpc,args)

DESCRIPTION ^

   MATPOWER
   Copyright (c) 2015-2016, Power Systems Engineering Research Center (PSERC)
   by Camille Hamon

   This file is part of MATPOWER.
   Covered by the 3-clause BSD License (see LICENSE file for details).
   See http://www.pserc.cornell.edu/matpower/ for more info.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function mpc = userfcn_direction_mll_ext2int(mpc,args)
0002 
0003 %   MATPOWER
0004 %   Copyright (c) 2015-2016, Power Systems Engineering Research Center (PSERC)
0005 %   by Camille Hamon
0006 %
0007 %   This file is part of MATPOWER.
0008 %   Covered by the 3-clause BSD License (see LICENSE file for details).
0009 %   See http://www.pserc.cornell.edu/matpower/ for more info.
0010 
0011 mpc = e2i_field(mpc,'dir_var_gen_all','gen');

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