First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
This solution is simple without any unnecessary complications or work arounds...
nodes = [1,2,3,10,4]
names = []
for ibus in nodes:
ierr,name = psspy.notona(ibus)
names.append(name)