0

how to use rawx_to_csv(tblname, ofile)

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

Moha jbr's avatar
5
Moha jbr
asked 2023-03-14 03:10:55 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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

TBLNAME- I have used table "bus"

OFILE- path and output file name

Berwin's avatar
113
Berwin
answered 2023-03-14 04:21:49 -0500, updated 2023-03-14 04:22:05 -0500
edit flag offensive 0 remove flag delete link

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's avatar Moha jbr (2023-03-14 04:47:14 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer