Ask Your Question
0

how to use rawx_to_csv(tblname, ofile)

asked 2023-03-14 03:10:55 -0500

Moha jbr gravatar image

I find in API of PSS/E 35 this command "rawxtocsv(tblname, ofile)", i want tu use it to retrieve all the data from PSS/E. I did not find anything in google that explaine how to use it, it well be helpful if someone of you had already use it. In API, i fins this: - Character100 TBLNAME name of the data table to export (not case sensitive) (input; no default allowed). - Character260 OFILE file path of the CSV output file (input; no default allowed). Thank you all

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2023-03-14 04:21:49 -0500

updated 2023-03-14 04:22:05 -0500

You can use it as psspy.rawx_to_csv("bus", "Test")

TBLNAME- I have used table "bus"

OFILE- path and output file name

edit flag offensive delete link more

Comments

thank you, for the reste of data its the same, we can juste change bus, and in place "machine" or "branch" for example?

Moha jbr gravatar imageMoha jbr ( 2023-03-14 04:47:14 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2023-03-14 03:10:55 -0500

Seen: 177 times

Last updated: Mar 14 '23