Ask Your Question
0

How to get RELIND_2 results into python list

asked 2019-12-04 10:05:46 -0500

ddhungana gravatar image

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-12-04 10:43:48 -0500

drsgao gravatar image

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.

edit flag offensive delete link more

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

1 follower

Stats

Asked: 2019-12-04 10:05:46 -0500

Seen: 174 times

Last updated: Dec 04 '19