PSSE dynamic simulation: how do I remove the first 1 cycles?
Hi,
I noticed that the simulation always started at t = -0.01667 second instead of t = 0, as a result of initialization. How do I make change using psspy in python to start the simulation at t = 0?
I tried to make change the settings in psspy.run, but it did not seem to work that way. psspy.run(1,tEnd,1,1,0)
Thank you,