First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered May 29 '12

JervisW gravatar image

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.