Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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,

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 at .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.

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 at .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.

[Solved] 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 at 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.