Capture keyboard interrupt in PSS/E script?
Hi, I'm wondering if it's possible to capture a keyboard interrupt while running a python script in PSS/E. I need to run long scripts that could take upwards of half an hour, so if I see something wrong, I want to be able to halt the execution. Any ideas?
Thanks, Kyle

Comments
Thanks for the help Eli and Jervis. I suspected as much but I'm hardly an expert. I have run my scripts using python to initialize PSS/E before so maybe that's the way to go.