First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
answered May 19 '0
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()