ppc2system#

ams.io.pypower.ppc2system(ppc: dict, system) bool[source]#

Alias for mpc2system. Refer to ams.io.matpower.mpc2system for more details.

Load an PYPOWER case dict into an empth AMS system.

Parameters:
ppcdict

The PYPOWER case dict.

systemams.system

Empty AMS system to load data into.

Returns:
bool

True if successful; False otherwise.