I have implemented a wind farm in Digsilent Power Factory, and now Ι am trying to run some simulations and see how the output power generated from the wind farm, varies dynamically with the wind speed.
More specifically, Ι am running a DPL script, which reads the wind speed data for 24 hours (every 15 minutes for a whole day) from an excel file, and for each wind speed value, a power flow calculation is executed. The wind farm output power, changes as expected every 15 minutes according to the wind speed, but the simulation plot output (wind farm output power vs time), shows only the plot corresponding to the last calculated value of output power. Is there any way to create a dynamic plot and see how the output power changes for the whole day? In other words, how can I plot each value at each time interval, without effectively being replaced by the next value before it is plotted?
Thanks for your time.