initialising Psse from Python
I followed the example to write a python script to load PSSe however in the PSSe command window the initialise text does not appear even though there appears to be no issue with the code. Could you give any advice ?
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
I followed the example to write a python script to load PSSe however in the PSSe command window the initialise text does not appear even though there appears to be no issue with the code. Could you give any advice ?
please check weather you have added psspybin and psspy27 path in environment variables.
Asked: 2014-03-20 15:20:33 -0500
Seen: 296 times
Last updated: Feb 09 '22
How are you executing your python script? I tend to use Sublime Text 2. I'm just checking that you're not calling it from PSSE. Python should call PSSE in the background, so you won't even see the PSSE command window when it initialises. It usually gets output in the Python output / command prompt.
If there is still some trouble, are you able to share the small portion of your script that deals with initialising PSSE?