initialise until no suspect initial conditions
Hi,
At the moment when I initialise a case using python I will call the psspy.strt()
command an arbitrary number of times (usually 2 or 4).
I want to initialise using psspy.strt()
only the minimum number of times needed to get rid of suspect initial conditions.
I know suspect initial conditions can be detected using the psspy.okstrt()
command.
Does anyone know how I can combine the two commands in some kind of loop to achieve my objective?
Thanks,
Peter