Return values of initial condition suspects in python
Hello, is there any way to return initial condition suspect values in python dataframe format?
add a comment
Hello, is there any way to return initial condition suspect values in python dataframe format?
There is no psspy API to get the initial condition suspects table. Process the dynamic-run log file in python, extract such table and then format it in pandas' dataframe format.