| 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.
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.