verify_pf#

ams.interop.andes.verify_pf(amsys, adsys, tol=0.001)[source]#

Verify the power flow results between AMS and ANDES. Note that this function will run PFlow in both systems.

Parameters:
spams.System

The AMS system.

saandes.System

The ANDES system.

Returns:
bool

True if the power flow results are consistent; False otherwise.