First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
That could be or not for incorrect data. Blown up is relationed with the change in Deltavmag / vmag between iterations.
Before you run FNSL you must check:
Then run FNSL with Flat start
If blow up persist try:
2 | No.2 Revision |
That could be or not for incorrect data. Blown up is relationed with the change in Deltavmag / vmag between iterations.
Before you run FNSL you must check:
Then run FNSL with Flat start
If blow up persist try:
I don't have a code to do the chek, but I think the following one is a good start
# OVERLOADED MACHINE SUMMARY
psspy.geol(0, 1, 1)
# GENERATORS AT VAR LIMITS:
psspy.gens(0, 1, 2, 0)
# TRANSFORMERS CONTROLLING VOLTAGE (VIOLATIONS)
psspy.tlst(0, 1, 1, 0)
#switched shunts
ierr, iarray = psspy.aswshint(sid = -1, flag = 2, string = ['NUMBER', 'STATUS'])
print iarray