mpc2system#

andes.io.matpower.mpc2system(mpc: dict, system) bool[source]#

Load an mpc dict into an empty ANDES system.

Parameters:
systemandes.system.System

Empty system to load the data into.

mpcdict

mpc struct names : numpy arrays

Returns:
bool

True if successful, False otherwise.