PSSE35 psspy.pssehalt_2()
I have a Python automation tool that has options to print out several different types of reports.
It works well with PSSE34, but in PSSE35, it crashes when the psspy.pssehalt2() function is called and psseinit() is called after. I tried commenting psspy.pssehalt2() out which in some cases is ok, but it appears that calling pssehalt_2() is still necessary because without it, psseinit() crashes routinely and I have trouble initializing simulations.
It seems to me that psspy.pssehalt_2() is bugged.
Does anyone know a workaround for this? PSSE version 35.6, Python 3.7 64-bit.
Thanks.