0

How to get RELIND_2 results into python list

I am trying to use RELIND_2 API to perform some reliability assessments. Apparently, all results are displayed in terms of text report. I was wondering if there was a way to get those results into a python list for post processing rather than trying to read through the text reports.

ddhungana's avatar
11
ddhungana
asked 2019-12-04 10:05:46 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Sure, direct the output to a file and then manipulate the file with Python. See "REPORTOUTPUT" , "PROGRESSOUTPUT", etc., for how to direct the output to files and then back to PSSE console (you can do this in the GUI, see "I/O Control").

You might also want to learn how to use regular expression to process the texts.

Some advanced usange would involve composing the text into CSV files and then get a Excel workbook out of them.

The possiblity is boundless.

drsgao's avatar
76
drsgao
answered 2019-12-04 10:43:48 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer