Ask Your Question

erikpalen's profile - activity

2023-03-29 01:18:55 -0500 commented question My output from python is different from PSSE

@perolofl Ok, thanks! I tried that but the differences still remain. When I look at the voltage at a certain bus during and after a fault the voltage nadir is the same but the file I get when running the script from PSSE shows a larger oscillation than the python version.

2023-03-28 01:25:35 -0500 commented question My output from python is different from PSSE

@perolofl How do I do that? I can't find where I should paste the code.

2023-03-28 01:24:30 -0500 received badge  Famous Question (source)
2023-03-27 02:22:15 -0500 received badge  Notable Question (source)
2023-03-27 00:56:24 -0500 commented question My output from python is different from PSSE

@perolofl Yes, the sizes of the files are different but the values are also different. For example, when I look at the voltage at one of the buses during a fault the oscillation that happens after the fault has a smaller amplitude in the file that I get when running through python

2023-03-26 23:03:49 -0500 received badge  Popular Question (source)
2023-03-26 03:41:08 -0500 received badge  Editor (source)
2023-03-26 03:37:38 -0500 asked a question My output from python is different from PSSE

Hello! I am trying to run some dynamic simulations in a small network. I used the .sld, .sav, and .dyr to run the simulation in PSSE to make sure that it was working correctly. Then I wanted to run it through Python to automate it but when I looked at the output from the python code I thought it looked slightly different. I thought that the simulation in PSSE might use some different command so I went into PSSE again and recorded the process of: 1. doing a load flow, 2. converting loads and generators, 3. loading the .dyr-file. 4 setting up the channel wizard, 5 running the simulation where I apply a fault at a particular bus for 100 ms.

When I stopped the recording and looked at the generated python code I thought it looked very similar to the one I had been using before. I tried running the generated code and compared the output coming directly from PSSE. To my surprise, there was still a small difference. The output file from PSSE is also slightly bigger (119 kb vs 114 for python).

I would provide a picture of a voltage graph but the forum won't let me.