Ask Your Question

Revision history [back]

click to hide/show revision 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.

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...

image description

In a script, use API readrawversion, e.g.

psspy.readrawversion(1,r"""36""",r"""savnw36-names.raw""")

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...

image description

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""")