First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I will describe below our current process for plotting channels from our dynamic simulations:
We are looking to transform the way that we run our dynamic simulation from an .idv-based system, to running more Python scripts. For the purpose of plotting, what ideas do you have for accomplishing this task? I have experimented with some scripts that use Matplotlib and also Dyntools to plot channels from .out files.
However, there is a bit more complexity to our setup than what I have seen done using Python, given that we need a way to:
Any ideas or insight into how other folks are accomplishing a similar task would be greatly appreciated.
2 | No.2 Revision |
I will describe below our current process for plotting channels from our dynamic simulations:
We are looking to transform the way that we run our dynamic simulation from an .idv-based system, to running more Python scripts. For the purpose of plotting, what ideas do you have for accomplishing this task? I have experimented with some scripts that use Matplotlib and also Dyntools to plot channels from .out files.
However, there is a bit more complexity to our setup than what I have seen done using Python, given that we need a way to:
Any ideas or insight into how other folks are accomplishing a similar task would be greatly appreciated.