Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Run GUI with Python

Hi everyone,

I have an odd question pertaining to plotting in PSS/e. I know that the api module pssplot does not allow one to run functions when the GUI is not open. I would like to automate the process by having the Python script open the PSS/e GUI and pass python arguments to that instance to allow plotting to occur (without manually having to open PSS/e). The reason for this is that I'd like to complete tests and have Python automatically open the GUI and create graphs even if I'm unavailable to manually do this. It is easy to open PSS/e with Python, however I'm stuck on how to get PSS/e to recognize the following Python code to plot.

Thanks