Ask Your Question

xgreen's profile - activity

2022-09-08 01:46:08 -0500 answered a question There are some API commands which can be identified inside Psse GUi but can not be identified using python IDLE

or add this:

from psspy import _i, _f

2022-09-07 22:22:23 -0500 commented answer Open PSS/E GUI and SAV file from Powershell/cmd?

I am trying to open save and sld in the GUI with the command. What python commands did you include in "Open_Cases.py"? I tried psspy.case(case_path) and psspy.opendiagfile(sld_path) but it is not working. I can open sav file or sld file but not both together.