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