First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I used the code below to get a list of FACTS device names (not dynamic model names). How can I retrieve the bus # for each loadflow model?
ierr = psspy.inifax()
ierr, nextfax = psspy.nxtfax()
while ierr ==0:
ierr, nextfax = psspy.nxtfax()
print nextfax
return #exit out of the script