Revision history  [back]

Hi Peter,

The best way to remove these pop up boxes is to redirect the output.

Near 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.

Hi Peter,

The best way to remove these pop up boxes is to redirect the output.

Near where 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.