First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
| 1 | initial version |
You are right. There seems to be a severe bug in PSSE nowadays. I haven't used the "output bus names" option this century, but it doesn't work in rev 35 and 36.
Should be reported to PTI.
| 2 | No.2 Revision |
You are right. There seems to be a severe bug in PSSE nowadays. I haven't used the "output bus names" option this century, but it doesn't work in rev 35 and 36.
Should be reported to PTI.
Update:
I asked PTI and they gave the answer:
Open the raw data file with File - Import - Power Flow RAW Options...

In a script, use API readrawversion, e.g.
psspy.readrawversion(1,r"""36""",r"""savnw36-names.raw""")
| 3 | No.3 Revision |
You are right. There seems to be a severe bug in PSSE nowadays. I haven't used the "output bus names" option this century, but it doesn't work in rev 35 and 36.
Should be reported to PTI.
Update:
I asked PTI and they gave the answer:
Open the raw data file with File - Import - Power Flow RAW Options...

In a script, use API readrawversion, read with numnam=1, e.g.
psspy.readrawversion(1,r"""36""",r"""savnw36-names.raw""")
psspy.read(1,r"""savnw-names.raw""")
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.