First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hi Peter,
The best way to remove these pop up boxes is to redirect the output.
Near were you imported psspy:
import psspy
Import another module named redirect
import redirect
redirect.psse2py()
redirect
is a module written by the PSSE team, and the psse2py
function will send the PSSE output from pop up boxes into your Python terminal.
Hi Peter,
The best way to remove these pop up boxes is to redirect the output.
Near were where you imported psspy:
import psspy
Import another module named redirect
import redirect
redirect.psse2py()
redirect
is a module written by the PSSE team, and the psse2py
function will send the PSSE output from pop up boxes into your Python terminal.