First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Those API:s are not showing anything, they are returning information. Use a print if you want to see the returned values:
print 'Iterations:',psspy.iterat()
print 'Max mismatch:',psspy.maxmsm()
print 'System mismatch:',psspy.sysmsm()