Getting output without using .out file
Hello, I am doing a large scaled simulation. But as the size of the .out file increases, the simulation gets slower. Therefore, I want to get the output of the channels without using .out file. OR I want to make the .out file only store the last time instant's outputs.
Can I do that?? How can I do that?
Thank you very much,
Solution: Thanks to perolofl, I solved my problem.
What I was doing (which was very slow): I was writing my output to .out file then by using dyntools I was reading the last output.
What I am doing now: I am not using any .out file. I am using psspy.chnval() to get the latest output.